powered by
Extract a substring using a pattern
str_extract(string, pattern)
substring
input string
a regular expression to describe the pattern to extracted from the 'string'
Guangchuang Yu