mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2025-12-08 20:13:04 +00:00
docs(regexp): add Regulex JavaScript RegExp visualizer (#908)
* docs(regexp): add Regulex JavaScript RegExp visualizer Added Regulex, a JavaScript regular expression visualizer, to the RegExp section. Regulex provides an interactive way to understand regex patterns and their structure. * docs(regexp): add Regulex JavaScript RegExp visualizer Added Regulex, a JavaScript regular expression visualizer, to the RegExp section. Regulex provides an interactive way to understand regex patterns and their structure.
This commit is contained in:
parent
ff4dac0459
commit
aaee06c9fe
@ -590,6 +590,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
## RegExp
|
||||
* [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.
|
||||
|
||||
## Voice Command
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user