Is there a regular expressions tool for Linux to ease the creation of big regular expressions, such as Expresso for instance, for Windows?

link|improve this question

25% accept rate
feedback

2 Answers

You might try txt2regex. It isn't as advanced as Expresso, but it's a Bash script, believe it or not. It's available in the Ubuntu repositories and may be in the ones for other distributions.

link|improve this answer
feedback

One such tool is Visual Regexp (Ubuntu install link).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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