Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 05:26, 20 February 2025 by Prd (talk | contribs) (Created page with "{{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|foo bar |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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