
Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
x <- c("aaaa", "bbbb", "baba", "aabb", "a", "ab")
grepl_letters(x, "ab")
grepl_letters(x, "_ab")
grepl_letters(x, "a_a")
grepl_letters(x, "c")
# }
Run the code above in your browser using DataLab