Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Python-style named backreference #59

Open
ryanmurakami opened this issue Jan 26, 2023 · 0 comments
Open

Support for Python-style named backreference #59

ryanmurakami opened this issue Jan 26, 2023 · 0 comments

Comments

@ryanmurakami
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant