Template:Remove first word/doc: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 00:07, 17 January 2014

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