Jump to content

Template:Str endswith/doc: Difference between revisions

From wikiNonStop
Content deleted Content added
Created page with "{{High-use|+}} {{Documentation subpage}} {{Lua|Module:String}} This is the {{tl|str endswith}} meta-template. It returns "yes" if the first parameter ends with the second parameter. Both parameters are trimmed before use. === Examples === * {{tlc|str endswith|foo (bar)|(bar)}} → {{str endswith|foo (bar)|(bar)}} * {{tlc|str endswith|foo|bar}} → {{str endswith|foo|bar}} * {{tlc|str endswith|(bar)|foo (bar)}} → {{str endswith|(bar)|foo (bar)}} * {{tlc|str endswith|..."
 
No edit summary
 
Line 1: Line 1:
{{High-use|+}}
{{High-use|+}}
{{Documentation subpage}}
{{Documentation subpage}}
{{Lua|Module:String}}
{{Lua|Module:W_String}}


This is the {{tl|str endswith}} meta-template.
This is the {{tl|str endswith}} meta-template.

Latest revision as of 12:29, 18 June 2026

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

Template:String-handling templates