andreasvc / pyre2

Python wrapper for RE2
BSD 3-Clause "New" or "Revised" License
99 stars 33 forks source link

Implement all re API features up to Python 3.11 #41

Closed andreasvc closed 1 year ago

andreasvc commented 1 year ago

... or document features that we do not implement. Relevant features:

Search for New in version at https://docs.python.org/3/library/re.html

andreasvc commented 1 year ago

possessive quantifiers and atomic groups are documented as not supported by RE2: https://github.com/google/re2/wiki/Syntax

so can probably not support them