الفرق بين المراجعتين لصفحة: «قالب:Str endswith»
ar>Wikivahdat (use Module:String per TfD discussion) |
Wikivahdat (نقاش | مساهمات) ط (مراجعة واحدة) |
(لا فرق)
|
المراجعة الحالية بتاريخ ٠٤:٠١، ٧ ديسمبر ٢٠٢٢
yes
ملف:Lua-logo-nolabel.svg | هذا القالب يستعمل لوا: |
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