Until Python 3.10, you had to use alternatives like the third-party regex module (https://pypi.org/project/regex/) for possessive quantifiers. The `re` module supports possessive quantifiers from Python 3.11 version. Greedy quantifiers will match as much as possible but will backtrack to help the overall pattern to succeed. Possessive quantifiers behave like greedy but won't backtrack.
See also my "Python re(gex)?" ebook: https://github.com/learnbyexample/py_...
Nesta página do site você pode assistir ao vídeo on-line Python tip 22: possessive quantifiers duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário learnbyexample 18 Janeiro 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 220 vezes e gostou 2 espectadores. Boa visualização!