Skip to content

Commit 3056cc4

Browse files
StartAutomatingStartAutomating
authored andcommitted
Create FUNDING.yml
1 parent 68729a1 commit 3056cc4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/Using_Regular_Expressions_In_PowerShell.walkthru.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ You can create also create a new instance of a [Regex] class to save an expressi
5353

5454
$whitespace = [Regex]::new('\s # whitespace', 'IgnoreCase,IgnorePatternWhitespace')
5555

56-
$whitespace.Matches('the quick fox jumped over the lazy dog')
57-
56+
$whitespace.Matches('the quick fox jumped over the lazy dog')

0 commit comments

Comments
 (0)