Skip to content

Commit 141cc4f

Browse files
authored
Merge pull request #11579 from MicrosoftDocs/main
12/11/2024 PM Publish
2 parents 3b847eb + 4170a6f commit 141cc4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ To read more about these options and how to use them, visit the
214214
The backslash (`\`) is used to escape characters so they aren't parsed by the
215215
regular expression engine.
216216

217-
The following characters are reserved: `[]().\^$|?*+{}`.
217+
The following characters are reserved: `[().\^$|?*+{`.
218218

219219
You'll need to escape these characters in your patterns to match them in your
220220
input strings.

reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ To read more about these options and how to use them, visit the
214214
The backslash (`\`) is used to escape characters so they aren't parsed by the
215215
regular expression engine.
216216

217-
The following characters are reserved: `[]().\^$|?*+{}`.
217+
The following characters are reserved: `[().\^$|?*+{`.
218218

219219
You'll need to escape these characters in your patterns to match them in your
220220
input strings.

reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ To read more about these options and how to use them, visit the
215215
The backslash (`\`) is used to escape characters so they aren't parsed by the
216216
regular expression engine.
217217

218-
The following characters are reserved: `[]().\^$|?*+{}`.
218+
The following characters are reserved: `[().\^$|?*+{`.
219219

220220
You'll need to escape these characters in your patterns to match them in your
221221
input strings.

0 commit comments

Comments
 (0)