Template:Replace/doc

From Sarkarverse
< Template:Replace
Revision as of 00:07, 17 January 2014 by T12 (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

{{Replace|<string>|<find>|<replacewith>[|count=n]}}

Returns <string> with the n occurrences of <find> replaced with <replacewith>. Omitting count will replace all occurrences

Example

  • {{Replace|One two two three two four twotwo five|two|NINE}} → One NINE NINE three NINE four NINENINE five
  • {{Replace|One two two three two four twotwo five|two|NINE|count=2}} → One NINE NINE three two four twotwo five

See also

  • {{str rep}} — replaces only the first occurrence.