fork download
  1. local v3 = "something in here {uid} {uid2}"
  2. res3, _ = v3:gsub("{.-}", ":id")
  3. print(res3)
Success #stdin #stdout 0s 4548KB
stdin
Standard input is empty
stdout
something in here :id :id