Module:string/pattern escape: Difference between revisions
Jump to navigation
Jump to search
(Created page with "return function (str) return mw.ustring.gsub(str, "([%(%)%.%%%+%-%*%?%[%^%$%]])", "%%%1") end") |
(No difference)
|
Revision as of 19:24, 30 November 2022
Documentation for this module may be created at Module:string/pattern escape/doc