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