Skip to content

Commit ddf0110

Browse files
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
1 parent 5fe2379 commit ddf0110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
596596
* [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.
597597
* [RegExr](https://regexr.com/) - HTML/JS based tool for creating, testing, and learning about Regular Expressions.
598598
* [Regulex](https://jex.im/regulex/) - JavaScript Regular Expression Parser & Visualizer.
599+
* [Regex-Vis](https://regex-vis.com/) - Regex visualizer & editor.
599600

600601
## Voice Command
601602

0 commit comments

Comments
 (0)