Are there any good alternatives that support writing regexps in different flavours and allow to test them?
+5
A:
You can find alternative to RegexBuddy in the following topic
http://stackoverflow.com/questions/56147/what-is-your-favorite-regex-editor
aku
2008-09-25 09:57:07
That link is no longer avaliable
DMan
2010-10-26 02:34:19
+3
A:
Here's a list of the Regex tools mentioned across the threads:
Gern Blandston
2008-09-25 12:27:38
+1
A:
The excellent and free Rad Software Regular Expression Designer doesn't appear in the list above but it's certainly worth a look at.
Support for different "flavours" is limited but as far as writing and testing actual regular expressions is concerned it's good and the in-built help is very useful too.
Sprogz
2008-09-25 13:33:06
A:
You can always use that http://eclim.sourceforge.net/vim/java/regex.html if you are used to vim.