Evaluate regex expressions online wizard
April 29th, 2008
If you are a developer like me, who struggles with regular expressions then this blog post is for you.
I stumbled upton this online regex tool which lets you evaluate regex expressions in several languages (including PHP PCRE and PHP POSIX) with instant results. You can choose which functions to use, such as match, match all, replace, split etc. It also offers some basic help and hints. It’s really handy when working on those painful expressions.
It also uses neat Web2.0 ajax to give you a realtime view of your expected results
You can check it out at http://regex.larsolavtorvik.com/. Stop by his blog as well.

