From ffcd5e59b498efbf866ebe163f0c40d18ca4ac6c Mon Sep 17 00:00:00 2001 From: Likhin M N Date: Wed, 17 Jun 2026 11:12:11 +0530 Subject: [PATCH] feat: add Regex Tester tool --- README.md | 2 +- Regex/regex-tester.html | 363 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 364 insertions(+), 1 deletion(-) create mode 100644 Regex/regex-tester.html diff --git a/README.md b/README.md index 865ddb7..2d76f1c 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ Use them in the browser, clone them locally, or extend them as building blocks i | 🔍 Pretty JSON | Prettify and explore JSON in a tree view. | JSON | [Get it here](./pretty-json.html) | | 📝 ReadMark | Markdown editor with live preview and templates. | Markdown | [Get it here](./markdown-editor.html) | | 📡 JWT Decoder | Decode and inspect JWT tokens with details. | Encoder/Decoder | [Get it here](./jwt-decoder.html) | +| 📝 Regex Tester | Test, validate, and explore your regular expressions.| Regex | [Get it here](./Regex/regex-tester.html) | ## 🛣️ Planned Tools We're just getting started! Some ideas in the pipeline: -- 📝 Regex Tester (pattern + test string) - 🔄 Text Case Converter (camelCase, snake_case, Title Case) - 🧮 UUID / Hash Generator - ⚖️ Text Diff Viewer diff --git a/Regex/regex-tester.html b/Regex/regex-tester.html new file mode 100644 index 0000000..61b43a8 --- /dev/null +++ b/Regex/regex-tester.html @@ -0,0 +1,363 @@ + + + + + + Regex Tester | Tiny Dev Tools + + + + +
+
+

Regex Tester

+

Test, validate, and explore your regular expressions instantly

+
+ +
+
+ +
+
/
+ +
/
+ +
+
Invalid regular expression
+
+ +
+ + +
+
+ +
+
+

Match Results

+ 0 Matches +
+
+ +
+
+
+ + + +