Difference between revisions of "Module:String/pattern escape"

From CWS Planet
Jump to navigation Jump to search
Sahartionary>Surjection
m (Protected "Module:string/pattern escape" ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)))
 
m (1 revision imported: 1st attempt at importing Wiktionary templates, bear with me)
 
(No difference)

Latest revision as of 16:04, 24 October 2022

Documentation for this module may be created at Module:String/pattern escape/doc

return function (str)
	return mw.ustring.gsub(str, "([%(%)%.%%%+%-%*%?%[%^%$%]])", "%%%1")
end