Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 633 Bytes

README.org

File metadata and controls

14 lines (10 loc) · 633 Bytes

DEPRECATED: An R package for named capture regular expressions

For named capture regex in R, please use nc, which provides functions similar to namedCapture::*_variable but with additional support for the ICU regex engine.

Related work

See my journal paper about namedCapture for a detailed discussion of R regex packages.

  • revector provides fast C code for a vector of named capture regular expressions (namedCapture and base R and only provide functions for a single regular expression).