ids <- c("7", "8", "ids")paste0("(?:", paste(ids, collapse="|"), ")$")
Standard input is empty
[1] "(?:7|8|ids)$"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!