regmatches_: extract reg expr matches
Description
A wrapper around the base function combo of gregexpr and regmatches
Usage
regmatches_(x, pat, drop = FALSE, ...)regmatches_first(x, pat, drop = FALSE, ...)
Arguments
drop
Logical indicating whether to drop empty matches. Defaults to FALSE.
...
Other args (like ignore.case) passed to gregexpr
Value
Matching expression from text.