下表列出了XQuery提供的常用字符串操作函數。
函數 | 描述 |
---|---|
string-length($string as xs:string) as xs:integer | 返回字串的長度。 |
concat($input as xs:anyAtomicType?) as xs:string | 返回連接的字串。 |
string-join($sequence as xs:string*, $delimiter as xs:string) as xs:string | 返回由分隔符號分隔的序列中的資料項目組合。 |
上一篇:
XQuery序列函數
下一篇:
XQuery日期函數