XQuery字符串函數
下表列出了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
返回由分隔符分隔的序列中的數據項組合。