The Regex Coach - interactive regular expressions

Found in “Opera’s”:http://www.opera.no changelog for 7.2.0 - “The Regex Coach - interactive regular expressions”:http://www.weitz.de/regex-coach/.

bq. The Regex Coach is a graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.

The tool is written in Common Lisp - this is the first application I’ve run across that (told me it) is written in this language.

bq. It might be worthwhile to note that due to the dynamic nature of Lisp The Regex Coach could be written without changing a single line of code in the CL-PPCRE engine itself although the application has to track information and query the engine while the regular expressions is parsed and the scanners are built. All this could be done ‘after the fact’ by using facilities like defadvice and :around methods.

Sounds interesting :-)

1 comment so far ↓

#1 redemption in a blog on 08.28.03 at 6:21 pm

Stumped by regular expressions? Try the Regex Coach

Peter Bowyer’s entry on The Regex Coach - interactive regular expressions alerted me to the very excellent Regex Coach. It allows you to experiment with your regular expression (regex) and quickly determine how it would match your target string. It…

Leave a Comment