Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Replace/doc: Revision history

Template page

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 June 2025

  • curprev 07:4807:48, 28 June 2025 Mnooseman talk contribs 741 bytes +741 Created page with "{{documentation header}} {{lua}} Performs multiple text replacement on a string. Replacer term is [https://www.lua.org/pil/20.1.html pseudo-regex]. ==Examples== : This... is a string! : {{tl|replace|<nowiki>This... is a string!| is = was | string = template parameter | . = ! </nowiki>}} :: {{replace|This... is a string!| is = was | string = template parameter | ! = ? }} : {{tl|replace|<nowiki>This... is a string! | [A-Z] = X | [a-z] = _ | [!.] = ^ </nowiki>}} :: {{repl..."