x <- c("Prayer: Lord. Have mercy on.")sub("^[^:]*:\\s*([^.]+).*","\\1",x)sub("^[^:]*:\\s*[^.]+\\.\\s*([^.]+).*","\\1",x)
Standard input is empty
[1] "Lord" [1] "Have mercy on"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!