Search notes:

R functions: regular expressions

grep
sub and gsub
The function str_view of the package stringr can be used to highlight the portion in a string that matches a regular-expression pattern.

See also

Index to (some) R functions
regular expressions

Index