x <- c('SEF001DT45','BV004MF')sub('.*?[A-Z]{2}.*?([A-Z]{2}).*', '\\1', x)
Standard input is empty
[1] "DT" "MF"
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!