I don't understand this regex.groups() behaviour

Fredrik Lundh fredrik at pythonware.com
Fri Jun 13 16:30:54 EDT 2003


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>








More information about the Python-list mailing list