I don't understand this regex.groups() behaviour
Fredrik Lundh
fredrik at pythonware.com
Fri Jun 13 16:30:54 EDT 2003
More information about the Python-list mailing list
Fri Jun 13 16:30:54 EDT 2003
- Previous message (by thread): I don't understand this regex.groups() behaviour
- Next message (by thread): I don't understand this regex.groups() behaviour
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Grzegorz Adam Hankiewicz wrote: > I don't understand why the last two sentences of the following > interactive session don't return more than two groups. because there are only two group markers in your expression, of course. if you want multiple matches, use findall. </F>
- Previous message (by thread): I don't understand this regex.groups() behaviour
- Next message (by thread): I don't understand this regex.groups() behaviour
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list