RegexBuddy (anyone use this?)

Ravi Teja webraviteja at gmail.com
Sat Sep 16 11:29:00 EDT 2006


Eric_Dexter at msn.com wrote:
> Has anyone tried this thing..
> http://www.regular-expressions.info/regexbuddy.html
>
> If I had $30 would this be worth getting or should I just try to learn
> the manual.  (I was hopeing the essential refrence would clear things
> up but I am downloading a gilgillion pages on the re module to try to
> learn it)
>
> http://www.dexrow.com

The time spent on reading about regular expressions will reward you
many times over. A tool is no substitute for that.

However, a visual tool does help in constructing complex expressions.
Python includes one such. Search for redemo.py

On Windows
C:\Python24\Tools\scripts\redemo.py

There are also several good open source tools on Sourceforge. Try them
out.




More information about the Python-list mailing list