regular expressions
A.M. Kuchling
amk at amk.ca
Tue Apr 22 03:12:01 CEST 2003
On Mon, 21 Apr 2003 23:00:21 +0100,
Garry Knight <garryknight at gmx.net> wrote:
> The best resource (IMO) is Jeffrey Friedl's "Mastering Regular Expressions",
> published by O'Reilly, ISBN 1-56592-257-3.
Note that the second edition of this book seems to have dropped all the
Python material, judging by the table of contents. The first edition only
covered the regex module, not the re module. It's worth a look if you want
to learn more about regexes, but it won't be useful as reference material.
--amk
More information about the Python-list
mailing list