الگو:Str startswith: تفاوت میان نسخهها
fa>GKFX (Trim parameters before passing to module as described by the documentation) |
Wikinoor.ir (بحث | مشارکتها) جز (۱ نسخه واردشده) |
(بدون تفاوت)
|
نسخهٔ کنونی تا ۳ ژانویهٔ ۲۰۲۳، ساعت ۲۳:۱۴
پرونده:Lua-Logo.svg | This template uses Lua: |
This is the {{Str startswith}} meta-template.
It returns "yes" if the second parameter is the start of the first parameter. Both parameters are trimmed before use.
Examples
{{Str startswith|foo (bar)|foo}}
→ yes{{Str startswith|foo|bar}}
→{{Str startswith|(bar)|foo (bar)}}
→{{Str startswith|foo bar | foo }}
→ yes
Border cases:
{{Str startswith}}
→{{Str startswith||}}
→{{Str startswith|| }}
→{{Str startswith| |}}
→