Template:Str endswith
Appearance
yes
| This template is used on approximately + pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages or in your own user subpage. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
| Uses Lua: |
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.