Template:Replace

From TibiaCraft
Jump to navigationJump to search
Documentation[view] [edit] [history] [purge]
This template uses Module:Replace, a script written in Lua.

Performs multiple text replacement on a string. Replacer term is pseudo-regex.

Examples

This... is a string!
{{replace|This... is a string!| is = was | string = template parameter | ! = ? }}
Thwas... was a template parameter?
{{replace|This... is a string! | [A-Z] = X | [a-z] = _ | [!.] = ^ }}
X___^^^ __ _ ______^
[view] [edit] [history] [purge]The above documentation is transcluded from Template:Replace/doc.