[Python-Dev] a feature i'd like to see in python #2: indexing of match objects (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Mon Dec 4 02:11:07 CET 2006
- Previous message: [Python-Dev] a feature i'd like to see in python #2: indexing of match objects
- Next message: [Python-Dev] a feature i'd like to see in python #2: indexing of match objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steve Holden wrote:
So the subgroups are numbered starting from 1 and subgroup 0 is a special case which returns the whole match.
But the subgroups can be nested too, so it's not really as special as all that.
-- Greg
- Previous message: [Python-Dev] a feature i'd like to see in python #2: indexing of match objects
- Next message: [Python-Dev] a feature i'd like to see in python #2: indexing of match objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]