regmatches_.Rd
A wrapper around the base function combo of gregexpr and regmatches
regmatches_(x, pat, drop = FALSE, ...) regmatches_first(x, pat, drop = FALSE, ...)
x | Text data. |
---|---|
pat | Reg ex pattern |
drop | Logical indicating whether to drop empty matches. Defaults to FALSE. |
... | Other args (like ignore.case) passed to gregexpr |
Matching expression from text.