Xaprb

Stay curious!

JavaScript regular expression toolkit

with 2 comments

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.

Regular Expression Toolkit Screenshot

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.

Written by Xaprb

January 18th, 2006 at 5:23 pm

Posted in Uncategorized

2 Responses to 'JavaScript regular expression toolkit'

Subscribe to comments with RSS

  1. [...] The Regular Expression Toolkit by Baron of Xaprb.com. Nice little tool. [...]

  2. [...] 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. [...]

Leave a Reply