[Python-Dev] Missing arguments in RE functions (original) (raw)
Raymond Hettinger raymond.hettinger at verizon.net
Wed Sep 8 00:01:30 CEST 2004
- Previous message: [Python-Dev] Missing arguments in RE functions
- Next message: [Python-Dev] Missing arguments in RE functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Missing arguments in RE functions
- Next message: [Python-Dev] Missing arguments in RE functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]