批踢踢實業坊
›
精華區
beta
mud_sanc
關於我們
聯絡資訊
返回上層
F-054 insert
原文:
return the string s with pattern p inserted at position I.
中文:
在字串s的第i個字元插入字串p並回報。
格式:
%insert(p,s,i)
範例:
#SHOW %insert(",",1234,2)
在字串1234的第2個字元處插入",",結果為1,234。