Skip to content

Commit

Permalink
Adding Get-Parser (via Piecemeal) (Fixes #179)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Feb 2, 2023
1 parent ccb6150 commit 72be7cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Once you understand some basics of that syntax, regular expressions become a lot
3. A Regex can have comments! ( # Like this in .NET ( or like (?#this comment) in ECMAScript ) ).
4. You don't have to do it all in one expression!

Irregular comes with 138 useful [named expressions](SavedPatterns.md), and lets you create more.
Irregular comes with 137 useful [named expressions](SavedPatterns.md), and lets you create more.

To see the expressions that ship with Irregular, run:

Expand Down Expand Up @@ -153,6 +153,3 @@ string: 'hello'






0 comments on commit 72be7cc

Please sign in to comment.