Building regular expressions interactively

Regular expressions are handy tool in many programming languages (like PHP), and PERL compatible syntax is “fairly standard”, but building and debugging regular expressions is pain in the ass. So in that context, The Regex Coach is a great simple tool, it’s a free application which lets you experiment with regular expressions interactively. Nice.

Leave a Reply