The basic function is to find the string matching the pattern and replace it with the replacement string: s = string.gsub ("Lua is good", "good", "bad?")
確定! 回上一頁