[issue14510] Regular Expression "+" perform wrong repeat

Ezio Melotti report at bugs.python.org
Fri Apr 6 03:41:05 CEST 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

>>> re.findall(r'((?:\$.)+)', 'This $b$B is also a variable, but it\'s not $B$b')
['$b$B', '$B$b']

----------
assignee:  -> ezio.melotti
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list