str_extract_base: Extract Patterns from Character Strings

Description Usage Arguments Source See Also

View source: R/str_extract_base.R

Description

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.

Usage

1
2
3

Arguments

x

character vector.

pattern

character(1) of the pattern to find in x

n

The number of splits.

Source

https://stackoverflow.com/a/27274231/1017276

See Also

stringr::str_extract_all


pixiedust documentation built on Jan. 16, 2021, 5:25 p.m.