मजकूराशीं उडकी मार

एकक:string/replacementEscape

Wiktionary कडल्यान

Documentation for this module may be created at एकक:string/replacementEscape/doc

local gsub = string.gsub

--[==[Escapes {%}, which is the only magic character used in replacement strings, which are given as the third argument to {string.gsub} and {mw.ustring.gsub}, as well as format strings given to {string.format} and {mw.ustring.format}.]==]
return function(str)
	return (gsub(str, "%%", "%%%%"))
end
"https://gom.wiktionary.org/w/index.php?title=एकक:string/replacementEscape&oldid=25262" चे कडल्यान परतून मेळयलें