(Page créée avec « {{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... ») |
(Aucune différence)
|
Version actuelle datée du 1 mai 2023 à 14:52
This is a documentation subpage for Modèle: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