Template:Remove first word

From Sarkarverse
Revision as of 11:39, 25 October 2013 by T12 (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

Removes first word of the first parameter. Words are delimited by spaces only. Any of the characters included in {{str index/getchar}} can be included in the string.

Examples

  • "{{remove first word|Fôo bår bàz}}" → "bår bàz".
  • "{{remove first word| Fôo bår bàz }}" → "bår bàz".
  • "{{remove first word| a b }}" → "b".
  • "{{remove first word|Fôo-bår}}" → "".
  • "{{remove first word|Fôo-bår bàz}}" → "bàz".

See also