From ddf0110d6fde785054494318a20b3571ca06eb1c Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Fri, 7 Mar 2025 11:18:18 +0200 Subject: [PATCH] docs(regex-vis): add Regex visualizer & editor (#919) Added Regex visualizer & editor Features: Visualizing regular expressions Visual editing of regular expressions Testing of regular expressions Link: https://github.com/Bowen7/regex-vis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed10096..b4d5402 100644 --- a/README.md +++ b/README.md @@ -596,6 +596,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE. * [RegExr](https://regexr.com/) - HTML/JS based tool for creating, testing, and learning about Regular Expressions. * [Regulex](https://jex.im/regulex/) - JavaScript Regular Expression Parser & Visualizer. +* [Regex-Vis](https://regex-vis.com/) - Regex visualizer & editor. ## Voice Command