{{{1}}}
{{replace|string|replace|replace with|count=time to replace}}
Provide the string to parameter 1, and every instance of the parameter 2 will be replaced by on instance of the parameter 3. These parameters are all sensitive to spaces.
You may limit how many times replacements are performed with the parameter count. If count is not provided, the template will replace very instance found.
{{replace|One two two three two four twotwo five|two|@}} → One @ @ three @ four @@ five{{replace|One two two three two four twotwo five|two|@|count=2}} → One @ @ three two four twotwo five{{replace|One two two three two four twotwo five|two|}} → One three four five{{replace|One-two two-three two-four twotwo-five space- six|-|@}} → One@two two@three two@four twotwo@five space@ six{{replace|One-two two-three two-four twotwo-five space- six|- |@}} → One-two two-three two-four twotwo-five space@six