Learning regular expressions

Need hints on how to learn regexes quickly by hack and look. Any ports or developing programs which can do this on freebsd? Found some interesting windows-solutions (RegexBuddy) but so far none UNIX/freebsd.
 
just did psearch and here's something that might help (haven't tried myself):
Code:
[port]textproc/redet[/port]            Visual regexp development and execution
[port]misc/gregexp[/port]              A graphical regular expression explorer
[port]misc/tkregexp[/port]             An interactive regexp design tool
[port]misc/txt2regex[/port]            A Regular Expression "wizard"

perhaps something of this will help you
 
Back
Top