fork download
  1. s <- "1-343-43Hello_2_323.14_fdh-99H"
  2. sub("^([^_]*_[^_]*).*", "\\1", s)
Success #stdin #stdout 0.46s 79168KB
stdin
Standard input is empty
stdout
[1] "1-343-43Hello_2"