Template:Str rep/doc

From WikiAlpha
< Template:Str rep
Revision as of 03:30, 27 March 2017 by LuisAnton (Talk | contribs) (Created page with "{{Documentation subpage}} {{lua|Module:String}} {{High-risk|419000+}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === <nowiki> {{Str re...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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}} = {{#invoke:String|replace|source=Dogs chase cats|chase|love|1}}

See also

  • {{Replace}} - to replace all occurrences (Lua based)


Template:String-handling templates