Previous PostNext Post. How to split a string in Lua programming? local example = "lua is great" for i in string.gmatch(example, "%S+") do print(i) end
確定! 回上一頁