String manipulation advice needed.

Dan Gass dan.gass at gmail.com
Wed Oct 13 19:04:34 EDT 2004


> Regular Expressions are your freind.  Take a peek at the re module.

I couldn't agree more.  If you do string manipulations such as these
even on an occasional basis, learning the re module will pay great
dividends over the long haul.



More information about the Python-list mailing list