tn3270: (Default)
tn3270 ([personal profile] tn3270) wrote2010-09-15 02:34 pm
Entry tags:

Handy Tool for PHP/Regex work

I've been doing some parsing using regular expressions in a PHP project. Yesterday, I found the Regular Expression Test Tool which allows you to try a regex and a test string with the various PHP Regex functions and their flags. Much quicker than writing a test program. Big time saver.