Template:Str endswith: Difference between revisions
Jump to navigation
Jump to search
en>MSGJ use Module:String per TfD discussion |
m 1 revision imported |
||
(No difference)
|
Latest revision as of 22:00, 1 August 2019
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