str_extract_base {pixiedust} | 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