Template:Str endswith/doc

Safer nicotine wiki Tobacco Harm Reduction
Jump to navigation Jump to search

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)}}Script error: The function "endswith" does not exist.
  • {{str endswith|foo|bar}}Script error: The function "endswith" does not exist.
  • {{str endswith|(bar)|foo (bar)}}Script error: The function "endswith" does not exist.
  • {{str endswith|foo bar   |   bar}}Script error: The function "endswith" does not exist.
border cases
  • {{str endswith}} → yes
  • {{str endswith||}}Script error: The function "endswith" does not exist.
  • {{str endswith|| }}Script error: The function "endswith" does not exist.
  • {{str endswith| |}}Script error: The function "endswith" does not exist.

See also