Description Usage Arguments Details Value See Also
Matches and extracts substrings using regular expressions.
1 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.