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 fb9e3c25f5d..ba54b9a2ceb 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 @@ -82,7 +82,7 @@ characters). ### Numbers -The `\d` character class matchs any decimal digit. Conversely, `\D` matches any +The `\d` character class matches any decimal digit. Conversely, `\D` matches any character except decimal digits. ```powershell 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 cf6be5846bc..b90fdf19494 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 @@ -82,7 +82,7 @@ characters). ### Numbers -The `\d` character class matchs any decimal digit. Conversely, `\D` matches any +The `\d` character class matches any decimal digit. Conversely, `\D` matches any character except decimal digits. ```powershell 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 21c5f14158b..c9051f40e7f 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 @@ -82,7 +82,7 @@ characters). ### Numbers -The `\d` character class matchs any decimal digit. Conversely, `\D` matches any +The `\d` character class matches any decimal digit. Conversely, `\D` matches any character except decimal digits. ```powershell diff --git a/reference/7.6/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md b/reference/7.6/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md index c56806eb8f5..173edb593de 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md +++ b/reference/7.6/Microsoft.PowerShell.Core/About/about_Regular_Expressions.md @@ -82,7 +82,7 @@ characters). ### Numbers -The `\d` character class matchs any decimal digit. Conversely, `\D` matches any +The `\d` character class matches any decimal digit. Conversely, `\D` matches any character except decimal digits. ```powershell