Package index
-
str_detect() - Detect presence/absence of pattern
-
str_extract()str_extract_all() - Extract patterns from a string
-
str_locate()str_locate_all() - Locate patterns within a string
-
str_match() - Extract matching groups
-
str_replace()str_replace_all() - Replace matches with a pattern
-
str_sub() - Extract substrings
-
str_trim() - Trim whitespace off a string