Vedran Čačić <ved...@gmail.com> added the comment:

Confirmed. On Python 3.10.2,

    >>> 
re.findall(r"(((\w)+\w*\3){2}|(\w)+(?=\w*\4)\w*(?!\4)(\w)\w*\5)\w*",'alabama')
    []

yet https://regex101.com/r/uT8gag/1 (with "Python" selected) says it should 
match.

----------
nosy: +veky

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46945>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to