Skip to content

Commit

Permalink
feat: ?<JavaScript_Class> ( Fixes #229, Fixes #236 )
Browse files Browse the repository at this point in the history
Adjusting action
  • Loading branch information
James Brundage committed Sep 22, 2024
2 parents 95271e4 + cba16f5 commit 81f9d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 146 useful [named expressions](SavedPatterns.md), and lets you create more.
Irregular comes with 147 useful [named expressions](SavedPatterns.md), and lets you create more.

To see the expressions that ship with Irregular, run:

Expand Down
2 changes: 1 addition & 1 deletion 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 146 useful [named expressions](SavedPatterns.md), and lets you create more.
Irregular comes with 147 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 81f9d13

Please sign in to comment.