From a7c1737796e51ac7984c43017bb485e828cbea18 Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Thu, 13 Feb 2025 01:05:29 +0200 Subject: [PATCH 1/2] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6eee03fe..8b148540 100644 --- a/README.md +++ b/README.md @@ -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 Visualizer. ## Voice Command From 8e700c43042f32dc4b809b6aa1892d8985f4da63 Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Thu, 13 Feb 2025 20:04:32 +0200 Subject: [PATCH 2/2] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b148540..5db40636 100644 --- a/README.md +++ b/README.md @@ -590,7 +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 Visualizer. +* [Regulex](https://jex.im/regulex/) - JavaScript Regular Expression Parser & Visualizer. ## Voice Command