File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Once you understand some basics of that syntax, regular expressions become a lot
32323 . A Regex can have comments! ( # Like this in .NET ( or like (?#this comment) in ECMAScript ) ).
33334 . You don't have to do it all in one expression!
3434
35- Irregular comes with 138 useful [ named expressions] ( SavedPatterns.md ) , and lets you create more.
35+ Irregular comes with 137 useful [ named expressions] ( SavedPatterns.md ) , and lets you create more.
3636
3737To see the expressions that ship with Irregular, run:
3838
@@ -103,7 +103,7 @@ Get-Help New-RegEx -Full
103103
104104#### Using Regular Expressions
105105
106- PowerShell is already a very potent tool for dealing using Regular Expressions.
106+ PowerShell is already a very potent tool for using Regular Expressions.
107107
108108You can use the -match, -split, and -replace operators to do basic operations with Regular Expressions.
109109
@@ -153,6 +153,3 @@ string: 'hello'
153153
154154
155155
156-
157-
158-
You can’t perform that action at this time.
0 commit comments