R/str-utils.R
str-detect.Rd
Detect presence/absence of a match
str_detect(string, pattern, negate = FALSE)
Input string
Pattern to look for
If TRUE, invert the result
TRUE
Logical vector
Other str-utils: str_extract(), str_starts(), str_wrap()
str_extract()
str_starts()
str_wrap()
Guangchuang Yu