An R Interface to the Onigmo Regular Expression Library
Expression substitution
Extract matching substrings
Oniguruma regular expressions
Get or set entries in the pattern dictionary
Escape regular expression special characters
Use a file as a text source
Does text match a regex?
Retrieve the last match
Search for matches to a regular expression
Split strings using a regex
Replace matched substrings with new text
String multiplexing
Provides an alternative to R's built-in functionality for handling regular expressions, based on the Onigmo library. Offers first-class compiled regex objects, partial matching and function-based substitutions, amongst other features.