Template:Str endswith/doc: Difference between revisions

From wikiNonStop
Content added Content deleted
m (move high-use template to top)
(No difference)

Revision as of 00:39, 21 May 2023

This is the {{Str endswith }} meta-template.

It returns "yes" if the first parameter ends with the second parameter. Both parameters are trimmed before use.

Examples

  • {{str endswith|foo (bar)|(bar)}} → yes
  • {{str endswith|foo|bar}}
  • {{str endswith|(bar)|foo (bar)}}
  • {{str endswith|foo bar | bar}} → yes
border cases
  • {{str endswith}} → yes
  • {{str endswith||}} → yes
  • {{str endswith|| }} → yes
  • {{str endswith| |}} → yes

See also