[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

Jacques Grove report at bugs.python.org
Thu Dec 30 05:49:52 CET 2010


Jacques Grove <aquarapid at gmail.com> added the comment:

re.search('\d{4}(\s*\w)?\W*((?!\d)\w){2}', "9999XX")

matches on stock 2.6.5 regex module, but not on issue2636-20101230.zip or issue2636-20101229.zip (which I've fallen back to for now)

----------

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


More information about the Python-bugs-list mailing list