Template:Str rep
(Redirected from Template:Str repc)
{{{1}}}
This template uses Lua: |
This template is used on 6,400+ pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
Usage
{{Str rep|<string>|<find>|<replacewith>}}
Returns <string> with the first occurrence of <find> replaced with <replacewith>.
Example
{{str rep|Dogs chase cats|chase|love}}
= Dogs love cats
See also
- {{Replace}} - to replace all occurrences (Lua based)