Regular Expression evaluation tool January 16, 2006
Posted by elcukro in ajax, Javascript, PHP, Regular expressions.1 comment so far
I just stumbled upon rexv.org, which looks like the swiss army knife of online reg ex tools. It is somewhat limited to PHP (PCRE and Posix) and Javascript RX implementations, but still these tend to be among most popular. You can set all the bits and pieces yourself using checkboxes to modify the nature of constructed rx – the options include greediness, case-sensitivity, new lines and unicode. (more…)