The logo competition for the 2025 4chan Summer Cup is now taking submissions.
The deadline is July 7th, 23:59 UTC. Logos will be placed in this gallery to facilitate discussion. This will be followed by a polling period to determine which logo will be used.

Please send all submissions to Potatotron. You must supply a high-res PNG file (5000x5000 limit) and the original multi-layer source file.

Cloverleaf logo: .png .svg

Cloverball logo: .ai .png .svg

Template:Replace

From Rigged Wiki
Revision as of 00:57, 4 May 2018 by North (talk | contribs) (Created page with "<includeonly>{{#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|count={{{count|}}}|plain={{yesno|{{{regex|no}}}|yes=0|no=1}}}}</includeonly><noinclude> {{documentation}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
[edit] [purge] Template documentation

Usage

Template:((replace |string |target |replacement [|count=n]}}

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}} → {{#invoke:String|replace|source=One two two three two four twotwo five|two|NINE|count=|plain=1}}
  • {{replace |One two two three two four twotwo five |two |NINE |count=2}} → {{#invoke:String|replace|source=One two two three two four twotwo five|two|NINE|count=2|plain=1}}