From 1b830418d45e238ce1db081bea1914484e605c05 Mon Sep 17 00:00:00 2001 From: sethvs Date: Wed, 11 Dec 2024 21:59:56 +0300 Subject: [PATCH] Fix about_Regular_Expressions.md --- .../About/about_Regular_Expressions.md | 2 +- .../About/about_Regular_Expressions.md | 2 +- .../About/about_Regular_Expressions.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md index 386cca8e2b4..6ddd47998d9 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md @@ -214,7 +214,7 @@ To read more about these options and how to use them, visit the The backslash (`\`) is used to escape characters so they aren't parsed by the regular expression engine. -The following characters are reserved: `[]().\^$|?*+{}`. +The following characters are reserved: `[().\^$|?*+{`. You'll need to escape these characters in your patterns to match them in your input strings. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md index cb05b0b1961..255b1d3bb92 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md @@ -214,7 +214,7 @@ To read more about these options and how to use them, visit the The backslash (`\`) is used to escape characters so they aren't parsed by the regular expression engine. -The following characters are reserved: `[]().\^$|?*+{}`. +The following characters are reserved: `[().\^$|?*+{`. You'll need to escape these characters in your patterns to match them in your input strings. diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md index 4eb93905846..0cbcc60fa47 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md @@ -215,7 +215,7 @@ To read more about these options and how to use them, visit the The backslash (`\`) is used to escape characters so they aren't parsed by the regular expression engine. -The following characters are reserved: `[]().\^$|?*+{}`. +The following characters are reserved: `[().\^$|?*+{`. You'll need to escape these characters in your patterns to match them in your input strings.