powered by
fixed(string)
ignore.case
perl
pattern <- "a.b" strings <- c("abb", "a.b") str_detect(strings, pattern) str_detect(strings, fixed(pattern))
Run the code above in your browser using DataLab