sql:trim( $str as xs:string ) as xs:string
Return a string that removes leading and trailing empty spaces in the input string.
sql:trim(" this is text ") => this is text