re.match {omics} | R Documentation |
Matches and extracts substrings using regular expressions.
re.match(pattern, x, ...)
pattern |
character string containing a regular expression. |
x |
a character vector where matches are sought, or an object which can
be coerced by |
... |
further arguments to be passed to |
This function is a wrapper for consecutive calls to regexec
and
regmatches
.
A matrix of matched substrings.
regexec
and regmatches