跳至內容
主選單
主選單
移至側邊欄
隱藏
導覽
首頁
新聞動態
近期變更
隨機課程
社群
社群入口
互助客棧
參與貢獻
方針與指引
公用沙盒
關於我們
聯絡我們
搜尋
搜尋
外觀
贊助
建立帳號
登入
個人工具
贊助
建立帳號
登入
用於已登出編輯者的頁面
了解更多
貢獻
討論
模板
:
String-handling templates
新增語言
新增連結
模板
討論
臺灣正體
不转换
简体
繁體
大陆简体
香港繁體
澳門繁體
大马简体
新加坡简体
臺灣正體
閱讀
編輯原始碼
檢視歷史
工具
工具
移至側邊欄
隱藏
操作
閱讀
編輯原始碼
檢視歷史
一般
連結至此的頁面
相關變更
上傳檔案
特殊頁面
固定連結
頁面資訊
取得短網址
下載QR碼
列印/匯出
下載為PDF
可列印版
其他專案
外觀
移至側邊欄
隱藏
來自維基學院
閱
論
編
字串處理模板
Trim (編程)
(英語:
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 rightmost
}}
To trim down to the last specified number of characters.
{{
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
}}
判斷兩個字串是否相等,然後根據返回相應的值。
{{
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:String manipulation templates
模板文件
[
建立
]
編者可以在本模板的沙盒
(
建立
|
鏡像
)
和測試樣例
(
建立
)
頁面進行實驗。
請在
/doc
子頁面中添加分類。
本模板的子頁面
。
隱藏分類:
放置於模板的noteTA