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 a9309a4 commit f5f10f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit f5f10f1

Please sign in to comment.