[Python-Dev] Missing arguments in RE functions (original) (raw)

Raymond Hettinger raymond.hettinger at verizon.net
Wed Sep 8 00:01:30 CEST 2004


The first missing feature is the "flags" argument in the findall and finditer functions. . . . The second missing feature is the ability to specify start and end indices when doing matches and searches.

+1

I've need both of these more than once.

Are you up to crafting the code?

Raymond



More information about the Python-Dev mailing list