View source: R/str_extract_base.R
str_extract_base | R Documentation |
This is a utility function that follow the pattern of
stringr::str_extract_all
. It is provided to avoid the
dependency on the stringr
package.
str_extract_base(x, pattern)
str_split_fixed_base(x, pattern, n)
x |
|
pattern |
|
n |
The number of splits. |
https://stackoverflow.com/a/27274231/1017276
stringr::str_extract_all
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.