首頁
隨機
附近
登入
設定
資助維基百科
關於Wikipedia
免責聲明
搜尋
模板
:
字串模板一覽
語言
監視
編輯
閱
論
編
字串處理模板
切短
(
英語
:
Trimming (computer programming)
)
根據數量處理
{{
str mid
}}
按位元置及長度選取子串。
{{
trunc
}}
切短到規定的字數。
{{
str left
}}
切短或重複填充到規定的字數。
{{
str crop
}}
從末尾切短特定數量的字元。
{{
chop head and tail
}}
To crop a specified number of characters off the beginning and end.
{{
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
}}
返回字串的第×個字元
根據條件處理
{{
trim
}}
移除首尾空格。
{{
str letter/trim
}}
To trim down to the beginning letters.
{{
str number/trim
}}
To trim down to the beginning numbers.
{{
trim brackets
}}
To trim any leading or trailing square brackets.
{{
trim quotes
}}
To trim leading or trailing matches quotes.
{{
String split
}}
從長字串中抽取短字串。
{{
first word
}}
切短至首個空格前。
{{
remove first word
}}
移除首個空格前的內容。
{{
last word
}}
切短至最後一個空格前。
{{
remove last word
}}
移除最後一個空格前的內容。
專用於Wiki語法
{{
除鏈
}}
去除Wiki連結的括號(Wiki代碼)。
{{
remove file prefix
}}
從檔案名中去除「File:」(或「Image:」)。
{{
PAGENAMEBASE
}}
去除字串末尾的括號文字(消歧義)。
{{
title disambig text
}}
返回字串末尾的括號文字(消歧義)。
{{
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)的字元。
{{
str len
}}
返回字串長度。
{{
str ≥ len
}}
檢查一個字串和某一給定長度相比是「更長或等長」還是「更短」。
{{
str ≤ len
}}
檢查一個字串和某一給定長度相比是「更短或等長」還是「更長」。
{{
str ≠ len
}}
檢查一個字串和某一給定長度相比是「不等長」還是「等長」。
{{
str ≤ ≥ len
}}
檢查一個字串和某一給定長度相比是「更短」、「等長」還是「更長」。
分析、技術
{{
str endswith
}}
檢查是否以給定的字串結尾。
{{
str find
}}
{{
strfind short
}}
在一個字串中搜尋並返回特定字串的位置。
{{
str find0
}}
Zero-based substring search.
{{
str sub find
}}
從指定的偏移量開始搜尋一個子字串。
{{
str letter
}}
返回一個字串開頭的所有字元。
{{
str number
}}
返回一個字串開頭的所有數字。
{{
str gtr str
}}
判斷兩個字串是否相等,然後根據返回相應的值。
{{
str match
}}
在一個字串中對正則表達式的查詢結果進行分擷取組的輸出。
{{
ASCII code
}}
返回單個字元的ASCII碼值
{{
a or an
}}
Takes a noun and produces the appropriate indefinite article, based on whether the first letter is a vowel.
Module:String
...Magic words
About
{{padleft:|}}
.
...ParserFunctions
About
{{#titleparts:|}}, {{#expr:|}}, {{#ifeq:|}},
etc.
Category:字串處理模板
m:Category:String templates
commons:Category:字串處理模板
模板文件
[
建立
] [
清除快取
]
編者可以在本模板的沙盒
(
建立
|
鏡像
)
和測試樣例
(
建立
)
頁面進行實驗。
請在
/doc
子頁面中添加分類。
本模板的子頁面
。