You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In RE2 compatibility mode, regexp2 supports Python-style named capture groups (eg. (?P<name>re)). But there doesn't appear to be support for Python-style named backreferences (eg. (?P=name)).
Do you have any plans to support those? More info here. Thanks!
The text was updated successfully, but these errors were encountered:
In RE2 compatibility mode,
regexp2
supports Python-style named capture groups (eg.(?P<name>re)
). But there doesn't appear to be support for Python-style named backreferences (eg.(?P=name)
).Do you have any plans to support those? More info here. Thanks!
The text was updated successfully, but these errors were encountered: