fork download
  1. gsub("\\d+(?!.*_)", "", "123_123_abc_123-AB-DC-D4G6", perl = TRUE)
Success #stdin #stdout 0.21s 39232KB
stdin
Standard input is empty
stdout
[1] "123_123_abc_-AB-DC-DG"