10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 39: | Line 39: | ||
if replace ~= "" then | if replace ~= "" then | ||
form = string.gsub(form, "[CV]", replace) | form = string.gsub(form, "[CV]", replace) | ||
form = string.gsub(form, "V́", replace .. "́") | |||
end | end | ||