XQuery - Funzioni stringa

La tabella seguente elenca le funzioni di manipolazione delle stringhe comunemente usate fornite da XQuery.

Suor n Nome e descrizione
1

string-length ($ string as xs: string) as xs: integer

Restituisce la lunghezza della stringa.

2

concat ($ input as xs: anyAtomicType?) as xs: string

Restituisce la stringa concatenata come output.

3

string-join ($sequence as xs:string*, $delimitatore come xs: string) come xs: string

Restituisce la combinazione di elementi in una sequenza separata da un delimitatore.