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 +
+
+ +
+
+
+ + + +