Template:Str endswith/doc

Category:Template documentation#Str%20endswith/doc
Usage
Returns yes if a string ends with a specified suffix, nothing otherwise.
Note: if you want to edit this template, first try your modifications on {{Str endswith/sandbox}}.You can then test your edits in {{Str endswith/testcases}}.
When the new version is ready, you can move it to the main template.
Examples
  • {{Str endswith|example/doc|/doc}} yes
  • {{Str endswith|example|/doc}} "" (nothing)
but be careful - no end trimming!
  • {{Str endswith|example/doc| /doc}} yes
  • {{Str endswith|example/doc|/doc }}
  • {{Str endswith|example/doc| /doc }}


Syntax
{{Str endswith | <string> | <suffix> | nocategory=<nocategory> }}
Parameters
  • <string>
the tested string
  • <suffix>
the suffix to be searched at the end of the tested <string>
  • nocategory=<nocategory>
Not used, should be removed from doc and template
Category:Template documentation