10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 38: | Line 38: | ||
if replace ~= "" then | if replace ~= "" then | ||
form = | form = string.gsub(form, string.char(0xCC), "'") | ||
form = | form = string.gsub(form, "[CV]", replace) | ||
end | end | ||