模板:Str endswith

Template-info.svg 模板文檔  [查看] [編輯] [歷史] [刷新]

本模板用於判斷字符串是否以某一子字符串結束。

用法

{{str endswith|字符串|子串}}
字符串
必填。原字符串。
子串
必填。用於判斷的子串。

範例

代碼 效果
{{str endswith|Example|le}} yes
{{str endswith|Example|LE}}
{{str endswith|Example|F}}
{{str endswith|Example|Example}} yes