From 1450f98efa3bb66ee552cecb32b02a4279930c46 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:17:35 +0100 Subject: [PATCH] Add Pyrexp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f9b892..7ed695c 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [RegViz](http://regviz.org/) - Tool for debugging JavaScript regular expressions in a visual way. - [Regulex](https://jex.im/regulex) - JavaScript Regular Expression Visualizer. - [PyRegex](http://www.pyregex.com/) - Online Regex tester to check validity of Regex in the Python language Regex subset. +- [Pyrexp](https://pythonium.net/regex) - Online visual Regex tester to check validity of Regex in the Python language Regex subset. - [pythex](http://pythex.org/) - Quick way to test your Python regular expressions. - [Regexper](http://regexper.com/) - Regex visualizer for JavaScript using railroad diagrams. - [HiFi Regex Tester](http://www.gethifi.com/tools/regex) - Live JavaScript Regular Expression Tester.