fork download
  1. sub('.*\\.([^}]+).*', '\\1', '{aabb.1234}')
Success #stdin #stdout 0.21s 39052KB
stdin
Standard input is empty
stdout
[1] "1234"