Skip to content

Commit dd4c1ee

Browse files
Update replace-wildcard-character-in-text-with-powershell.md
1 parent 39948e3 commit dd4c1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replace-wildcard-character-in-text-with-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```
44
# I need to remove that star
5-
$MyID = "AROA12334566778890:*
5+
$MyID = "AROA12334566778890:*"
66
$MyID = $MyID -replace ":\*",""
77
88
# output

0 commit comments

Comments
 (0)