text manipulation

BartlebyScrivener rpdooling at gmail.com
Fri Dec 16 08:36:45 EST 2005


John,

Martin is right. Always try to solve without regex first. However, for
those situations where you definitely need regex, use this tutorial:

http://www.amk.ca/python/howto/regex/

It's well-written, succinct, and Python-specific.

rpd




More information about the Python-list mailing list