help with simple regular expression grouping with re

Bob Horvath bob at horvath.com
Sun May 9 16:30:56 EDT 1999


Alex wrote:

> > The source for findall is in re.py -- it's just a loop written in
> > Python.  You can easily (provided you understand all the pieces
> > first!) write the same thing yourself.
>
> You can also simply get a copy of the new re module and put it somewhere
> easy to import.  I did that for a while, and it worked pretty well.

Duh, of course.  Why didn't I think of that?

Thanks,
Bob





More information about the Python-list mailing list