Skip to content

Commit 9d6ec34

Browse files
sethvsjuanpablojofre
authored andcommitted
Making Example 4 more precise. Format fix 2.
1 parent e36c329 commit 9d6ec34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Because the **Replace** operator works with regular expressions, the dot in fron
9191
To make sure that it matches only a dot (.), it is escaped with a backslash character (\\).
9292
The backslash character is not required in .log because it is a string, not a regular expression.
9393

94-
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.
94+
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.
9595

9696
## PARAMETERS
9797

0 commit comments

Comments
 (0)