模板:Str endswith
本模板用於判斷字符串是否以某一子字符串結束。
用法
{{str endswith|字符串|子串}}
- 字符串
- 必填。原字符串。
- 子串
- 必填。用於判斷的子串。
範例
代碼 | 效果 |
---|---|
{{str endswith|Example|le}} |
yes |
{{str endswith|Example|LE}} |
|
{{str endswith|Example|F}} |
|
{{str endswith|Example|Example}} |
yes |
|
本网站正在建设中(~ ̄▽ ̄)~
本模板用於判斷字符串是否以某一子字符串結束。
{{str endswith|字符串|子串}}
代碼 | 效果 |
---|---|
{{str endswith|Example|le}} |
yes |
{{str endswith|Example|LE}} |
|
{{str endswith|Example|F}} |
|
{{str endswith|Example|Example}} |
yes |
|