
Regex Lab .NET
Regex Lab .NET is a full-featured application for editing regular expressions. The application features a modern, highly functional UI allowing increased productivity...
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...
the regex coach is a graphical application for windows which can be used to experiment with (perlcompatible) regular expressions interactively. it has the following features:
* 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 perls split and s/// (substitution) operators. * it tries to describe the regular expression in plain english. * it can show a graphical representation of the regular expressions parse tree. * it can singlestep 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.
regular-expression perl