The Regex Coach is a graphic application for Windows that works to experiment and work interactively with regular expressions compatible with Perl language. These are the main characteristics of The Regex Coach:* It shows you if a regular expresion agrees with a determined destination character chain.* It can also show you which parts of the destination chain correspond with groups captured from the registry or arbitrary parts of the regular expression.* It can simulate the divisions of the Perl language, and substitution operations.* It tries to describe the regular expression transforming it into normal English plain text.* It shows you a graphic representation of the interpretation tree of the regular expression you are evaluating.* It can go step by step via the comparison and identification process, the same as a regular Regex engine.* Everything happens in real time, so that when you change one part, all the other parts are immediately updated too.
|