More actions
Content deleted Content added
Created page with "{{Documentation}} ;Usage <code>{{t|replace |''string'' |''target'' |''replacement''|''count''}}</code> Returns ''string'' with the first ''n'' occurrences of ''target'' replaced with ''replacement''. Omitting <code>count</code> will replace all occurrences. ;Examples * <code><nowiki>{{replace |One two two three two four twotwo five |two |NINE}}</nowiki></code> → {{replace|One two two three two four twotwo five|two|NINE}} * <code><nowiki>{{replace |One two two three t..." |
(No difference)
|
Latest revision as of 10:18, 28 September 2024
This is a documentation subpage for 'Template:Replace'.
It contains usage information, categories, and other content that is not part of the original template page.
- Usage
{{replace |<string >|<target >|<replacement>|<count>}}
Returns string with the first n occurrences of target replaced with replacement. Omitting count will replace all occurrences.
- Examples
{{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