regex_capture {roxytypes} | R Documentation |
Capture regex groups
Description
Captures regex groups and returns a named matrix of groups with one column
per capture group and one row per element in x
.
Usage
regex_capture(pattern, x, ...)
Arguments
pattern |
( |
x |
( |
... |
Additional arguments passed to |
[Package roxytypes version 0.1.1 Index]