Template:Str endswith/doc
Appearance
| 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. |
| This is a documentation subpage for Template:Str endswith. It contains usage information, categories and other content that is not part of the original Template page. |
| 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)}}→ 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