[issue14510] Regular Expression "+" perform wrong repeat

Matthew Barnett report at bugs.python.org
Thu Apr 5 18:08:26 CEST 2012


Matthew Barnett <python at mrabarnett.plus.com> added the comment:

If a capture group is repeated, as in r'(\$.)+', only its last match is returned.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14510>
_______________________________________


More information about the Python-bugs-list mailing list