Closed andreasvc closed 1 year ago
... or document features that we do not implement. Relevant features:
re.RegexFlag
re.NOFLAG
Search for New in version at https://docs.python.org/3/library/re.html
New in version
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
... or document features that we do not implement. Relevant features:
re.RegexFlag
enum.IntFlagre.NOFLAG
Search for
New in version
at https://docs.python.org/3/library/re.html