re2

From MaRDI portal
Software:105005



CRANre2MaRDI QIDQ105005

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

Girish Palya

Last update: 29 November 2023

Software version identifier: 0.1.2, 0.1.0, 0.1.1, 0.1.3


Copyright license: MIT license, File License

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.