Template:Remove last word
{{{1}}}
该模板删除第一个参数的最后一个字,即最后一个空格后的非空格标记。如果字符串中可能包含等号 (=),则使用|1=
作为第一个参数。默认情况下,单词由空格分隔,但可选参数|sep=
可以将分隔符设为任何字符。
一个参数(空格作为分隔符)。
{{Remove last word|string}}
{{Remove last word|1=string}}
两个参数(用户定义的字符作为分隔符)。
{{Remove last word|string|sep=character}}
{{Remove last word|1=string|sep=character}}
{{Remove last word|Remove last word}}
→ Remove last
{{Remove last word|Remove last}}
→ Remove
{{Remove last word|Remove}}
→ Remove
{{Remove last word|Remove, last word|sep=,}}
→ Remove
{{Remove last word|Foo-bar|sep=-}}
→ Foo
{{Remove last word|1=len = a+b|sep==}}
→ len
字符串處理模板 |
---|
|
---|
根据数量处理 | | {{str right}} | 返回从左向右移除若干个字符后的字符串 | {{str rightc}} | 返回从后向前指定数量的字符串,如果字符串为空则返回一个参数 | {{str sub old}} | To trim down to a specified number, starting at a given number from the left. | {{str sub new}} | Select a substr based on starting and ending index. | {{str index}} | 返回字符串的第×个字符 |
|
|
---|
根据条件处理 | |
---|
专用于Wiki语法 | | {{WikiProjectbasename}} | Removes "WikiProject" from a pagename. | {{remove unranked}} | Removes the string "unranked_" from the left of a string (taxonomy). | {{ship prefix}} | Returns the length of a ship's name prefix, if listed (ship names). | {{title year}} | Returns the 4-digit year from a pagename, if any. |
|
|
---|
|
|
插入、替換、長度 |
---|
{{strloc insert}} | Inserts a string at character location strloc, or appends if strloc<=0. | {{loop}} | 特定次數重複字串。 | {{replace}} | 在字串中查找並全部替換某字串後返回。 | {{str rep}} | 在字串中查找並替換首次出現的某字串後返回。 | {{digits}} | 移除字串中不是數字(0~9)的字元。 |
|
|
|
|
|
|