வார்ப்புரு:Str endswith/doc
This is a documentation subpage for வார்ப்புரு:Str endswith. It may contain usage information, பகுப்புகள் and other content that is not part of the original வார்ப்புரு 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
தொகு{{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
தொகுவார்ப்புரு:String-handling templates