Skip to content

Commit 51d36a1

Browse files
sethvsjuanpablojofre
authored andcommitted
Making Example 4 more precise. Format fix 2.
1 parent 69efb6b commit 51d36a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/4.0/Microsoft.PowerShell.Management/Rename-Item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Because the Replace operator works with regular expressions, the dot preceding "
9797
To ensure that it matches only a dot (.), it is escaped with a backslash character (\\).
9898
The backslash character is not required in ".log" because it is a string, not a regular expression.
9999

100-
To make sure that .txt is an extension, i.e. last part of the string representing the name, a dollar sign ($) is added after \.txt.
100+
To make sure that .txt is an extension, i.e. last part of the string representing the name, a dollar sign ($) is added after \\.txt.
101101

102102
## PARAMETERS
103103

0 commit comments

Comments
 (0)