Login
From:
learnbyexample
(Uncensored)
subscribe
Python tip 26: atomic grouping
https://learnbyexample.github.io/tips/python-tip-26/
links
backlinks
Roast topics
Find topics
Find it!
Until Python 3.10, you had to use alternatives like the third-party regex module for possessive quantifiers and atomic grouping. The re module supports these features from Python 3.11 version.