-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: Add support for sub()
and gsub()
#420
Conversation
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 9141e73 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
sub()
and gsub()
Thanks, looks good! Would you like to include these functions in the list of supported translations in the vignette? |
oh, missed that part, thanks! They are now listed in the vignette. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 93a626f is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
Thanks! Let's ignore the differences between TRE, PCRE, and RE2 for a moment 🙈 |
Adds translation for sub and gsub to regexp_replace. No related issue.
No support for parameters beyond pattern, replacement and x.