regex-to-re HOWTO

A.M. Kuchling

Abstract:

This document will show you how to port Python code that uses the regex module to the new re module, introduced with Python 1.5. This discussion will only cover the highlights; for full documentation, see the re module's documentation in the Python Library Reference.

This document is available in several formats, including PostScript, PDF, HTML and plain ASCII, from the Python HOWTO page at http://www.python.org/doc/howto/.