re2 icon indicating copy to clipboard operation
re2 copied to clipboard

R interface to Google re2 (C++) regular expression engine

Results 2 re2 issues
Sort by recently updated
recently updated
newest added

I expected there should be no compilation warnings when installing re2, but I observed the following: ``` > install.packages("re2") also installing the dependency ‘Rcpp’ trying URL 'http://cloud.r-project.org/src/contrib/Rcpp_1.0.9.tar.gz' Content type 'application/x-gzip'...

Congratulations for the package, `re2_detect` and `re2_replace` are much faster than their stringr and stringi counterparts. I haven't seen a `re2_extract` similar to `str_extract` stringr. I can get the same...