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:
Viktor Svertoka 2025-02-13 22:41:38 +02:00 committed by GitHub
parent ff4dac0459
commit aaee06c9fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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