fork download
  1. local s = string.gsub(" and some text channel ", "^%s*%S+%s*", "")
  2. s = s:gsub("%s*%S+%s*$", "")
  3. print(s)
Success #stdin #stdout 0s 2844KB
stdin
Standard input is empty
stdout
some text