Coding Horror endorses RegEx Buddy but it isn't free.
Edit: Closed duplicate
|
|
Coding Horror endorses RegEx Buddy but it isn't free. Edit: Closed duplicate
|
|||
|
closed as exact duplicate by Luke Oct 9 '08 at 17:16 |
|
|
This has already been asked - Regex Testing Tools |
||
|
|
|
|
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: |
|||
|
|
|
|
Regulator is pretty good and free/open-source |
||
|
|
|
|
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 |
||
|
|
|
|
If you have Emacs you can do |
||
|
|
|
|
There is also an evaluation verion of the older version of RegexBuddy available. Try it and you'll not want to go back |
||||
|
|
|
Try Regex Coach.
There's also an online tool called RegExr. |
||
|
|
|
|
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. |
||
|
|
|
|
I like webbased too. Here's a nice firefox plugin called Regular Expression Tester https://addons.mozilla.org/de/firefox/addon/2077 |
||
|
|
|
|
I use Expresso because it's free, it does what I need, and it reminds me to go get coffee. Speaking of which.... |
||
|
|
|
|
Rubular is in every computer I own! Nicely designed, quick & simple to use, and comes with a cheat-sheet. The definition of KISS. |
||
|
|
|
|
Kodos is a fairly nice python based regex editor. Good enough for my (limited) regex needs. |
||
|
|
|
|
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. |
||
|
|
|
|
webbased: http://regexpal.com/ |
||
|
|
|
|
RegExhibit works well for me. OSX only. |
||
|
|
|
|
I've always relied on RegEx Coach for my desktop needs, and it's never let me 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. |
||
|
|
|
|
gvim and a life-long (or at least 20 years) dedication to loving Regular Expressions... |
||
|
|
|
|
Visual Regex is pretty nice. you can put in several data lines & it will colour for the diff. atoms in each one. |
||
|
|
|
|
I use the excellent and free Rad Software Regular Expression Designer. |
||
|
|