Pattern matching, extraction, replacement and other string processing operations using Google's RE2 <https://github.com/google/re2> regular-expression engine. Consistent interface (similar to 'stringr'). RE2 uses finite-automata based techniques, and offers a fast and safe alternative to backtracking regular-expression engines like those used in 'stringr', 'stringi' and other PCRE implementations.
Version: | 0.1.3 |
Imports: | Rcpp (≥ 1.0.8.3) |
LinkingTo: | Rcpp |
Suggests: | knitr, rmarkdown |
Published: | 2023-11-29 |
DOI: | 10.32614/CRAN.package.re2 |
Author: | Girish Palya [aut, cre], RE2 developers [ctb] (RE2 library), Google Inc. [ctb, cph] (RE2 library) |
Maintainer: | Girish Palya <girishji at gmail.com> |
BugReports: | https://github.com/girishji/re2/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/girishji/re2 |
NeedsCompilation: | yes |
CRAN checks: | re2 results |
Reference manual: | re2.pdf |
Vignettes: |
Introduction to re2 RE2 Regular Expression Syntax |
Package source: | re2_0.1.3.tar.gz |
Windows binaries: | r-devel: re2_0.1.3.zip, r-release: re2_0.1.3.zip, r-oldrel: re2_0.1.3.zip |
macOS binaries: | r-release (arm64): re2_0.1.3.tgz, r-oldrel (arm64): re2_0.1.3.tgz, r-release (x86_64): re2_0.1.3.tgz, r-oldrel (x86_64): re2_0.1.3.tgz |
Old sources: | re2 archive |
Reverse imports: | corporaexplorer |
Reverse suggests: | atime, nc |
Please use the canonical form https://CRAN.R-project.org/package=re2 to link to this page.