fork download
  1. local s = "HJFverhs.1.iufbgej"
  2. local p1 = "^.*%d"
  3. local s1 = s:match(p1)
  4. print(s1)
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
HJFverhs.1