Regular Expression HOWTO

A.M. Kuchling

Abstract:

This document is an introductory tutorial to using regular expressions in Python with the re module. It provides a gentler introduction than the corresponding section in the Library Reference.