fork download
  1. digs = "filepath/23-00.xlsx"
  2. sub("^\\D+(\\d+).*", "\\1", digs)
Success #stdin #stdout 0.26s 39060KB
stdin
Standard input is empty
stdout
[1] "23"