str_extract {yulab.utils} | R Documentation |
str_extract
Description
Extract a substring using a pattern
Usage
str_extract(string, pattern)
Arguments
string |
input string |
pattern |
a regular expression to describe the pattern to extracted from the 'string' |
Value
substring
Author(s)
Guangchuang Yu
[Package yulab.utils version 0.1.5 Index]