Template:Str endswith
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.
yes
| This template uses Lua: |
| This page was automatically imported from Commons any changes will be overwritten, the source page is here () |
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
For more detail see wikipedia page wikipedia:Template:Str endswith