Template:Str endswith/doc
Jump to navigation
Jump to search
| This template is used on 227,000+ pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
| This is a documentation subpage for Template:Str endswith. It may contain usage information, categories and other content that is not part of the original template page. |
| This template 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
[edit source]{{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
[edit source]