This is a tool for Regular Expression Testing

General questions about using TextPad

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
dbusby3
Posts: 8
Joined: Mon Jul 07, 2003 3:27 pm

This is a tool for Regular Expression Testing

Post 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
ben_josephs
Posts: 2456
Joined: Sun Mar 02, 2003 9:22 pm

Post 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.
dbusby3
Posts: 8
Joined: Mon Jul 07, 2003 3:27 pm

yes that is correct

Post 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.
hillsc
Posts: 35
Joined: Thu Jun 19, 2003 2:00 pm

Post by hillsc »

I've used this one before. It's worth a look as well:

http://www.weitz.de/regex-coach/
PolarXL
Posts: 2
Joined: Tue May 25, 2004 6:56 pm

Post 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
Post Reply