PDA

View Full Version : cool python regular expression tool


kmj
09-11-2002, 09:18 AM
I found out about this while browsing through the latest Python URL...

For anyone playing with regular expressions in Python, if you're not sure about what you're doing, or you want to be sure your expression will match certain lines: In the regular distribution of python, if you have Tkinter, there's an app in .../Tools/scripts/ called "redemo.py"... it's pretty handy, you should check it out.