Revision as of 10:47, 14 May 2025 by Admin(talk | contribs)(Created page with "-- Module:Replace local p = {} function p.replace(frame) local str = frame.args[1] local pattern = frame.args[2] local replacement = frame.args[3] return mw.ustring.gsub(str, pattern, replacement) end return p")