Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pyrexp #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading