sql:rtrim

sql:rtrim(
   $str as xs:string?
) as xs:string?

Summary

Return a string that removes trailing empty spaces in the input string.

Parameters
str The string to be evaluated.

Example

  sql:rtrim("             this is text")
  => this is text
Powered by MarkLogic Server | Terms of Use | Privacy Policy