regular expressions

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Mon Apr 21 17:27:12 EDT 2003


junk at aol.com wrote:
> Can anybody recommend some good resources for learning regular
> expressions.  Primarly web sites.

   http://www.python.org/doc/current/lib/module-re.html

together with

   http://www.google.com

should help you a lot.
For instance,

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

turned up as the first result when googling for "python regular expressions".

--Irmen





More information about the Python-list mailing list