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