regex-to-re HOWTO
A.M. Kuchling
akuchling@acm.org
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.