jonthegeek / stbl

Stabilize Function Arguments
https://jonthegeek.github.io/stbl/
Other
14 stars 0 forks source link

Investigate stringi vs grepl #39

Open jonthegeek opened 1 year ago

jonthegeek commented 1 year ago

I seem to remember stringi actually outperforming grepl. Test that out, and implement stringi if so, with stringi in suggests (it's only needed for the regex arg of stabilize_chr() so far, which will probably usually be NULL).