Python tip 26: atomic grouping

Pubblicato il: 11 aprile 2023
sul canale di: learnbyexample
338
7

Until Python 3.10, you had to use alternatives like the third-party regex module (https://pypi.org/project/regex/) for possessive quantifiers and atomic grouping. The `re` module now supports these features from Python 3.11 version. Greedy and non-greedy quantifiers will backtrack to help the overall pattern to succeed. Atomic grouping helps you isolate a portion of the pattern from further backtracking.


See also my "Python re(gex)?" ebook: https://github.com/learnbyexample/py_...


In questa pagina del sito puoi guardare il video online Python tip 26: atomic grouping della durata di ore minuti seconda in buona qualità , che l'utente ha caricato learnbyexample 11 aprile 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 338 volte e gli è piaciuto 7 spettatori. Buona visione!