Difference between revisions of "Template:Str endswith"
Jump to navigation
Jump to search
en>BU Rob13 m (Changed protection level for "Template:Str endswith": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require administrator access] (indefinite))) |
(No difference)
|
Revision as of 15:22, 29 November 2016
yes
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
{{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
The above documentation is transcluded from Template:Str endswith/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |