re2: R Interface to Google RE2 (C++) Regular Expression Library

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.

Package details

AuthorGirish Palya [aut, cre], RE2 developers [ctb] (RE2 library), Google Inc. [ctb, cph] (RE2 library)
MaintainerGirish Palya <girishji@gmail.com>
LicenseMIT + file LICENSE
Version0.1.3
URL https://github.com/girishji/re2
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("re2")

Try the re2 package in your browser

Any scripts or data that you put into this service are public.

re2 documentation built on May 29, 2024, 6:40 a.m.