powered by
See strex::str_singleize().
strex::str_singleize()
singleize(string, pattern)str_singleize(string, pattern)
str_singleize(string, pattern)
A character vector.
The pattern to look for.
The default interpretation is a regular expression, as described in stringi::stringi-search-regex.
To match a without regular expression (i.e. as a human would), use coll(). For details see stringr::regex().
stringr::regex()