Python's regular expression?

Lawrence Oluyede raims at dot.com
Mon May 8 03:27:17 EDT 2006


"Davy" <zhushenli at gmail.com> writes:
> Does Python support robust regular expression like Perl?

Yep, Python regular expression is robust. Have a look at the Regex Howto:
http://www.amk.ca/python/howto/regex/ and the re module:
http://docs.python.org/lib/module-re.html

-- 
Lawrence - http://www.oluyede.org/blog
"Nothing is more dangerous than an idea
if it's the only one you have" - E. A. Chartier



More information about the Python-list mailing list