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

Fredrik Lundh fredrik at pythonware.com
Wed Sep 8 18:35:24 CEST 2004


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(...)" ?



More information about the Python-Dev mailing list