string.gmatch(str, pattern) -- Returns a function that iterates through all matches in str. string.gsub(str, pattern, repl [, n]) -- Replaces substrings (up ...
確定! 回上一頁