[issue16203] Proposal: add re.fullmatch() method

Guido van Rossum report at bugs.python.org
Wed Oct 17 01:49:27 CEST 2012


Guido van Rossum added the comment:

re.matchall() would appear to be related to re.findall(), which it isn't.

The re2 package has a FullMatch method:
http://code.google.com/p/re2/wiki/CplusplusAPI

----------

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


More information about the Python-bugs-list mailing list