Regex checker with a GUI

Sic

Sic

Soldato
Joined
9 Nov 2004
Posts
15,365
Location
SO16
hey, I'm looking for an app that will allow me to check regular expressions (specifically perl) in Ubuntu. I'm aware of grep, but I don't have time to mess around in the command line (also, apparently -P isn't supported :/)

thanks in advance :)
 
I tend to use the interactive regex interpreter in either python or ruby (irb) to check them.

egrep supports perl regex though, your better off just using that.
 
Back
Top Bottom