A text editor/IDE by Edi Weitz
Used by 52 people for 14 hours, 45 minutes and 59 seconds
The Regex Coach is a graphical application for Windows which can be used to experiment with (Perl-compatible) regular expressions interactively. It has the following features:
Edit
* It shows whether a regular expression matches a particular target string.
* It can also show which parts of the target string correspond to captured register groups or to arbitrary parts of the regular expression.
* It can "walk" through the target string one match at a time.
* It can simulate Perl's split and s/// (substitution) operators.
* It tries to describe the regular expression in plain English.
* It can show a graphical representation of the regular expression's parse tree.
* It can single-step through the matching process as performed by the regex engine.
* Everything happens in "real time", i.e. as soon as you make a change somewhere in the application all other parts are instantly updated.
Popularity over the last 30 days (?)
RANK:
2171
No comments yet
Hot or not? Be the first to comment here, and have your say!
| Website: | weitz.de/regex-coach/ |
| License: | Free |
| Version: | 0.9.1 |
| Popular tags: | |
| Help complete this information | |
