fork download
  1. vec = c("POP MUSIC", "TOP THE POPS", "POPEYE", "MARY POPPINS")
  2. grep("(?i)\\bPOPS?\\b", vec, value = TRUE)
Success #stdin #stdout 0.44s 22824KB
stdin
Standard input is empty
stdout
[1] "POP MUSIC"    "TOP THE POPS"