function Split(s, delimiter) result = {}; for match in ... Lua string.split ... //splitting a string to a string[] (array) string toSplit = "I Hope this ...
確定! 回上一頁