From 96f90b39d89d836cc06670769c8011f90c2a1754 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sun, 22 Sep 2024 04:39:07 +0000 Subject: [PATCH] Fix: Irregular Action Refactoring ( Fixes #235, Fixes #236 ) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57ea24a..b22b07e 100644 --- a/README.md +++ b/README.md @@ -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 145 useful [named expressions](SavedPatterns.md), and lets you create more. To see the expressions that ship with Irregular, run: