OT: Regex Tools

Yesterday I found a cool regex tool via Google. Thought they might help
other developers too.

http://regexper.com/ - you enter a regex (javascript flavor) and it
shows you a railroad diagram of the regex. Very helpful in seeing if the
regex does what you are thinking.

Regex testing tools

http://www.regexpal.com/ - you enter your regex and some testing text and
it shows you the matches. I have found many tools like this one but this
is at the top of my list.

Andrew Penhorwood