JavaScript regular expression toolkit
I have created a web page that matches regular expressions against arbitrary input text and displays the results graphically, so you can take some sample text and build regular expressions the easy way, with immediate feedback about what matches and where, where you have errors, and more.

I’ve been working on this for a couple of weeks, a minute here and there as I get time. A few days ago I saw someone created a very nifty similar app over at Rex V. Apparently the pundits are right — never assume you’re the only one with an idea.
Mine is simpler and doesn’t use AJAX. It’s JavaScript only. Thanks to the folks at ActiveState for the idea — I was inspired by Komodo. I have to wonder whether Rex V was too!
Here it is: the JavaScript regular expression toolkit.
I used my work on grouping data visually with row groups and browser variations in RexExp.exec() to build this tool.



[...] The Regular Expression Toolkit by Baron of Xaprb.com. Nice little tool. [...]
The Regular Expression Toolkit on The uber geeks
19 Jan 06 at 9:38 am
[...] JavaScript regular expression toolkit Para quem deseja analisar a execução de expressão regulares simples, achei uma boa ferramenta em JavaScript. Que permite visualizar os grupos, destacando na string o grupo que você selecionar. [...]
JavaScript regular expression toolkit « Eclesiastes
20 Apr 07 at 11:06 pm