Module: MultiReplace/doc: Difference between revisions
From A Wiki of Ice and Fire
Created page with "{{EnWP|Module:MultiReplace}} {{lua|Module:{{#ifeq:{{NAMESPACE}}|Module|Error|MultiReplace}}}} {{For-text|a function to search for multiple patterns|{{ml|String2|matchAny|secti..." |
No edit summary |
||
| Line 1: | Line 1: | ||
{{EnWP|Module:MultiReplace}} | {{EnWP|Module:MultiReplace}} | ||
{{lua|Module:{{#ifeq:{{NAMESPACE}}|Module|Error|MultiReplace}}}} | {{lua|Module:{{#ifeq:{{NAMESPACE}}|Module|Error|MultiReplace}}}} | ||
Replaces matches of multiple patterns in a given string with given replacements. For each replacement instance, the pattern matching '''at the lowest position''' is chosen. If there are multiple such patterns, then the one specified earliest in the pattern list is chosen. | Replaces matches of multiple patterns in a given string with given replacements. For each replacement instance, the pattern matching '''at the lowest position''' is chosen. If there are multiple such patterns, then the one specified earliest in the pattern list is chosen. | ||
Latest revision as of 02:48, 31 January 2024
|
This page uses content from the English Wikipedia. The original content was at Module:MultiReplace. |
| This module depends on the following other modules: |
Replaces matches of multiple patterns in a given string with given replacements. For each replacement instance, the pattern matching at the lowest position is chosen. If there are multiple such patterns, then the one specified earliest in the pattern list is chosen.
Usage
[edit]Template:((#invoke:MultiReplace|main|input|plain=yes (optional)|pattern1| replacement1|pattern2|replacement2... Template:))
If plain=yes is specified, then the patterns and replacements are treated as plain text, otherwise as Lua Unicode patterns.