Execution RE engine feature
Budget: €50 – €150 EUR
Look here:
https://github.com/Perl/perl5/blob/blead/regexec.c#L9367
It's the closing end of a sub while executing regex.
I would like you to make it so that named capture groups would not be cleared when exiting a sub when we have like (?&&sub) - the syntax part would only be a single if not an issue the problem would be to figure out how to not clear or merge the matches at the end.
https://github.com/Perl/perl5/blob/blead/regexec.c#L9367
It's the closing end of a sub while executing regex.
I would like you to make it so that named capture groups would not be cleared when exiting a sub when we have like (?&&sub) - the syntax part would only be a single if not an issue the problem would be to figure out how to not clear or merge the matches at the end.