regular expressions

Skip Montanaro skip at mojam.com
Mon Jan 17 15:22:19 EST 2000


    >> Has anyone experience with regular expressions in python?

Yeah, I'm sure there are a couple people... ;-)

    >> Or is there a a howto?

How about the re module documentation:

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

or AMK's regular expression howto:

    http://www.python.org/doc/howto/regex/regex.html

?

Skip Montanaro | http://www.mojam.com/
skip at mojam.com | http://www.musi-cal.com/
847-971-7098




More information about the Python-list mailing list