Page 1 of 1

This is a tool for Regular Expression Testing

Posted: Tue Jun 06, 2006 10:53 am
by dbusby3
I have been on a quest for a good visual regular expression tester. Some of you may have looked for something also. Here is the best one I have found so far:

http://www.sellsbrothers.com/tools/#regexd

Posted: Tue Jun 06, 2006 11:34 am
by ben_josephs
But be aware that this is a "tool for helping you construct and test .NET Regular Expressions". .NET regular expressions appear to be different from and far more powerful than TextPad's.

yes that is correct

Posted: Thu Jun 08, 2006 1:12 pm
by dbusby3
But at least it helps a little on the testing of regular expressions. I typically, at the moment code a lot in PERL so that is just what I am used to at the moment.

Posted: Mon Jun 12, 2006 5:35 pm
by hillsc
I've used this one before. It's worth a look as well:

http://www.weitz.de/regex-coach/

Posted: Fri Jun 16, 2006 6:35 pm
by PolarXL
I'm not sure which came first (the chicken or the egg?) but this looks similar to a tool I use called Visual Expresso- been a lifesaver for all my .NET regexing.

It'll even generate c# code for you, crazily enough...

http://www.ultrapico.com/Expresso.htm