Description Usage Arguments Examples
Search for matches to argument pattern within each element of a character vector. Returns corresponding substrings (compare stringr::str_match_all).
1 |
string |
Character vector where matches are sought. |
pattern |
Character string containing a regular expression (or character string for fixed = TRUE) to be matched in the given character vector. |
value |
Logical value. If T (default) returns substrings. Otherwise returns positions. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.