Skip to content

Commit 69efb6b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

96-
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.
96+
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.
9797

9898
## PARAMETERS
9999

0 commit comments

Comments
 (0)