vote up 5 vote down star

Coding Horror endorses RegEx Buddy but it isn't free.

Edit: Closed duplicate

flag

I endorse it because it's the best! Best $30 you'll ever spend, assuming you work with regexes reasonably often. – Jeff Atwood Sep 11 '08 at 9:50

closed as exact duplicate by Luke Oct 9 '08 at 17:16

21 Answers

vote up 3 vote down check

This has already been asked - Regex Testing Tools

link|flag
vote up 8 vote down

I will second RegEx Buddy it is by far the most important tool I have, I could use notepad, I dont need an IDE but without RegEx Buddy I think I would go nuts, pretty quick.

Edit:
There is a nice, semi-unknown featured offered in RegexBuddy that will let you put a copy on a flash drive so you don't have to have it installed if your working outside your own computer.

link|flag
vote up 5 vote down

Regulator is pretty good and free/open-source

link|flag
vote up 3 vote down

Expresso works really well for me, fully featured. You can preview all the regex code, the results it will have, then generate the code to use it

link|flag
vote up 3 vote down

If you have Emacs you can do M-x regexp-builder.

link|flag
vote up 3 vote down

There is also an evaluation verion of the older version of RegexBuddy available. Try it and you'll not want to go back

link|flag
When I write this comment, your link points to the latest version. – Jan Goyvaerts Jan 24 at 5:43
Link appears to go to a trial download, witch is odd considering that the developer does not offer a trial... I'd have to be HIGHLY cautious about this. – Unkwntech Jan 24 at 9:25
vote up 2 vote down

Try Regex Coach.

The Regex Coach is a graphical application for Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.

There's also an online tool called RegExr.

link|flag
vote up 2 vote down

RegexDesigner.Net, written in C# you have have the source code and work with .Net regular expression. http://www.sellsbrothers.com/tools/#regexd it's free.

link|flag
vote up 1 vote down

I like webbased too. Here's a nice firefox plugin called Regular Expression Tester

https://addons.mozilla.org/de/firefox/addon/2077

link|flag
vote up 1 vote down

I use Expresso because it's free, it does what I need, and it reminds me to go get coffee. Speaking of which....

link|flag
vote up 1 vote down

Rubular is in every computer I own! Nicely designed, quick & simple to use, and comes with a cheat-sheet.

The definition of KISS.

link|flag
vote up 0 vote down

Kodos is a fairly nice python based regex editor. Good enough for my (limited) regex needs.

link|flag
vote up 0 vote down

I use (free) this web-based tool exclusively: http://regex.larsolavtorvik.com/

It has Perl, PHP and JavaScript modes.. the Perl one should be enough to just get the logic right for any language. If you're using one of those languages then you even get the exact syntax and live editing. To me this is on par with Firebug in the "how did I get anything done before I used this?" stakes.

link|flag
vote up 0 vote down

webbased: http://regexpal.com/

link|flag
vote up 0 vote down

RegExhibit works well for me. OSX only.

link|flag
vote up 0 vote down

I've always relied on RegEx Coach for my desktop needs, and it's never let me down.

link|flag
vote up 0 vote down

Another vote for Expresso!

link|flag
Well, then vote for it why don't you? :-) – Johan Sep 25 '08 at 10:07
vote up 0 vote down

Regular Expression Workbench (Download)

This is still the best regular expression tester I've found, even though it's old, buggy, no longer maintained, and windows based (I've long since switched to the mac). It lets you hover over elements of the regex and explains what they do in tooltips. Perfect if you keep forgetting exactly what all the metacharacters do.

Also, just Coda with an open text document can be a great tool for testing just about any flavor of regex.

link|flag
vote up 0 vote down

gvim and a life-long (or at least 20 years) dedication to loving Regular Expressions...

link|flag
vote up 0 vote down

Visual Regex is pretty nice. you can put in several data lines & it will colour for the diff. atoms in each one.

link|flag
vote up 0 vote down

I use the excellent and free Rad Software Regular Expression Designer.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.