fork download
  1. local example = "components/asdf/release.json"
  2. for i in string.gmatch(example, "components\\/(.*)\\/release\\.json") do
  3. print(i)
  4. end
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty