fork download
  1. local example = "hello - mynameis - jeff"
  2. example = string.gsub(example, " %- ", "\x02")
  3. local result = string.match(example, "[^\x02]+$")
  4. print(result)
Success #stdin #stdout 0s 2832KB
stdin
Standard input is empty
stdout
jeff