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
Named backrefs (\k<name>, \g{name}) refer only the left most group with the name in Perl. However they behave differently in Onigmo with Perl syntax. (
\k<name>
\g{name}
Onigmo/doc/RE
Lines 321 to 323 in b334081
Related: #73
The text was updated successfully, but these errors were encountered:
Fix multiple name groups in Perl syntax (Fix #74)
86fbe2e
Named backrefs (\k<name>, \g{name}) refer only the left most group with the name in Perl.
Fixed in devel-6.0 branch. Closing.
devel-6.0
Sorry, something went wrong.
No branches or pull requests
Named backrefs (
\k<name>
,\g{name}
) refer only the left most group with the name in Perl.However they behave differently in Onigmo with Perl syntax. (
Onigmo/doc/RE
Lines 321 to 323 in b334081
They should refer only the left most group in Perl syntax.
Related: #73
The text was updated successfully, but these errors were encountered: