mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
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
This commit is contained in:
@@ -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.
|
* [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.
|
* [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.
|
* [Regulex](https://jex.im/regulex/) - JavaScript Regular Expression Parser & Visualizer.
|
||||||
|
* [Regex-Vis](https://regex-vis.com/) - Regex visualizer & editor.
|
||||||
|
|
||||||
## Voice Command
|
## Voice Command
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user