[Python-Dev] Re: Missing arguments in RE functions (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Wed Sep 8 18:35:24 CEST 2004
- Previous message: [Python-Dev] Re: Missing arguments in RE functions
- Next message: [Python-Dev] Re: Missing arguments in RE functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Raymond Hettinger wrote: . .
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.
any reason you why you cannot type "re.compile(p).match(...)" ?
- Previous message: [Python-Dev] Re: Missing arguments in RE functions
- Next message: [Python-Dev] Re: Missing arguments in RE functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]