Template:replace

Hello, you have come here looking for the meaning of the word Template:replace. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:replace, but we will also tell you about its etymology, its characteristics and you will know how to say Template:replace in singular and plural. Everything you need to know about the word Template:replace you have here. The definition of the word Template:replace will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:replace, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

{{{1}}}


This template performs string replacement. It is a wrapper for function replace from Module:string.

Parameters

|1= (required)
The string to search
|2= (required)
The string or pattern to find within source
|3= (required)
The replacement text
|count=, |4= (optional)
The number of occurrences to replace, defaults to all.
|plain=, |5= (optional)
Boolean flag indicating that pattern should be understood as plain text (if true) and not as a Lua style regular expression, defaults to true