x <- "Focal Point (BUGS BUNNY; bugs.bunny@looonytune.car; 888-555-1111)\nCartoon Car (DAFFY DUCK; daffyduck@disney.com; 888-555-1112)\nCartoon Official Rep (GOOFY NONAME; goofy.noname@loonytune.car; 888-555-1113)" library(stringr)str_extract(x, "(?<=Cartoon Car \\()[^;]*;[^;]*")
Standard input is empty
[1] "DAFFY DUCK; daffyduck@disney.com"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!