Template:Replace/doc: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 00:07, 17 January 2014

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.