<trim_characters> from the right side of the source string <expression>. If no <trim_characters> parameter is specified, the longest string containing only whitespace characters (ASCII Decimal 32) is removed from the right side of the specified source string <expression>.
Syntax
Parameters
Return Types
TEXT
Examples
The following example trims the characterx from the right side of a string:
Rows: 1Execution time: 5.39ms
x and y from the right side of a string. Note that the ordering of characters in <trim_characters> is irrelevant:
Rows: 1Execution time: 5.22ms
<trim_characters> parameter, and thus trims whitespace from the right side of a string:
Rows: 1Execution time: 5.04ms