Module:string/replacement escape

Wiktionary වෙතින්

local gsub = string.gsub

return function(str)
	return (gsub(str, "%%", "%%%%"))
end
"https://si.wiktionary.org/w/index.php?title=Module:string/replacement_escape&oldid=63328" වෙතින් සම්ප්‍රවේශනය කෙරිණි