Skip to content

Commit ca34188

Browse files
camusicjunkiesdwheeler
authored andcommitted
add the bold tag to 'IgnorePatternWhitespace' (#4884)
1 parent 9413129 commit ca34188

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

reference/3.0/Microsoft.PowerShell.Core/About/about_Split.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The RegexMatch options are:
204204
operator is specified.
205205
- **CultureInvariant**: Ignores cultural differences in language
206206
when evaluting the delimiter. Valid only with RegexMatch.
207-
- IgnorePatternWhitespace: Ignores unescaped whitespace and
207+
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
208208
comments marked with the number sign (#). Valid only with
209209
RegexMatch.
210210
- **Multiline**: Multiline mode forces `^` and `$` to match the beginning
@@ -477,4 +477,4 @@ LastName, FirstName
477477

478478
[about_Comparison_Operators](about_Comparison_Operators.md)
479479

480-
[about_Join](about_Join.md)
480+
[about_Join](about_Join.md)

reference/4.0/Microsoft.PowerShell.Core/About/about_Split.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The RegexMatch options are:
205205
operator is specified.
206206
- **CultureInvariant**: Ignores cultural differences in language
207207
when evaluting the delimiter. Valid only with RegexMatch.
208-
- IgnorePatternWhitespace: Ignores unescaped whitespace and
208+
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
209209
comments marked with the number sign (#). Valid only with
210210
RegexMatch.
211211
- **Multiline**: Multiline mode forces `^` and `$` to match the beginning

reference/5.0/Microsoft.PowerShell.Core/About/about_Split.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The RegexMatch options are:
203203
operator is specified.
204204
- **CultureInvariant**: Ignores cultural differences in language
205205
when evaluting the delimiter. Valid only with RegexMatch.
206-
- IgnorePatternWhitespace: Ignores unescaped whitespace and
206+
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
207207
comments marked with the number sign (#). Valid only with
208208
RegexMatch.
209209
- **Multiline**: Multiline mode forces `^` and `$` to match the beginning

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The RegexMatch options are:
205205
operator is specified.
206206
- **CultureInvariant**: Ignores cultural differences in language
207207
when evaluting the delimiter. Valid only with RegexMatch.
208-
- IgnorePatternWhitespace: Ignores unescaped whitespace and
208+
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
209209
comments marked with the number sign (#). Valid only with
210210
RegexMatch.
211211
- **Multiline**: Multiline mode forces `^` and `$` to match the beginning
@@ -478,4 +478,4 @@ LastName, FirstName
478478

479479
[about_Comparison_Operators](about_Comparison_Operators.md)
480480

481-
[about_Join](about_Join.md)
481+
[about_Join](about_Join.md)

reference/6/Microsoft.PowerShell.Core/About/about_Split.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The RegexMatch options are:
203203
operator is specified.
204204
- **CultureInvariant**: Ignores cultural differences in language
205205
when evaluting the delimiter. Valid only with RegexMatch.
206-
- IgnorePatternWhitespace: Ignores unescaped whitespace and
206+
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
207207
comments marked with the number sign (#). Valid only with
208208
RegexMatch.
209209
- **Multiline**: Multiline mode forces `^` and `$` to match the beginning

reference/7/Microsoft.PowerShell.Core/About/about_Split.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The RegexMatch options are:
203203
operator is specified.
204204
- **CultureInvariant**: Ignores cultural differences in language
205205
when evaluting the delimiter. Valid only with RegexMatch.
206-
- IgnorePatternWhitespace: Ignores unescaped whitespace and
206+
- **IgnorePatternWhitespace**: Ignores unescaped whitespace and
207207
comments marked with the number sign (#). Valid only with
208208
RegexMatch.
209209
- **Multiline**: Multiline mode forces `^` and `$` to match the beginning

0 commit comments

Comments
 (0)