Modul:String: Unterschied zwischen den Versionen
fix pattern escape in replace function
(+Unit tests for this module are available at Module:String/tests.) |
(fix pattern escape in replace function) |
||
| Zeile 259: | Zeile 259: | ||
if plain then | if plain then | ||
pattern = str._escapePattern( pattern ); | pattern = str._escapePattern( pattern ); | ||
replace = | replace = mw.ustring.gsub( replace, "%%", "%%%%" ); --Only need to escape replacement sequences. | ||
end | end | ||