Template:Str rep
Revision as of 09:25, 15 September 2022 by Gwyneth Llewelyn (talk | contribs) (Shamelessly copied from mediawiki.org)
{{{3}}}
- {{{1}}*
- {{{1}}}*
This documentation is transcluded from Template:Str rep/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Usage
{{Str rep|string|find|replacewith}}
Returns string with the first occurrence of find replaced with replacewith. Equivalent to {{#invoke:String|replace}}.
Example
{{str rep|Dogs chase cats. Cats chase mice.|chase|love}}
= love- Dogs*
- Dogs *
- Dogs c*
- Dogs ch*
- Dogs cha*
- Dogs chas*
- Dogs chase*
- Dogs chase *
- Dogs chase c*
- Dogs chase ca*
- Dogs chase cat*
- Dogs chase cats*
- Dogs chase cats.*
- Dogs chase cats. *
- Dogs chase cats. *
- Dogs chase cats. C*
- Dogs chase cats. Ca*
- Dogs chase cats. Cat*
- Dogs chase cats. Cats*
- Dogs chase cats. Cats *
- Dogs chase cats. Cats c*
- Dogs chase cats. Cats ch*
- Dogs chase cats. Cats cha*
- Dogs chase cats. Cats chas*
- Dogs chase cats. Cats chase*
- Dogs chase cats. Cats chase *
- Dogs chase cats. Cats chase m*
- Dogs chase cats. Cats chase mi*
- Dogs chase cats. Cats chase mic*
- Dogs chase cats. Cats chase mice*
- Dogs chase cats. Cats chase mice.*
See also
- {{Replace}} - to replace all occurrences (or a specific number)