Removes trailing spaces from the right side of a given string.
Usage
RTrim(text)
text (required) Text or a column of text to remove the trailing spaces from.
Example
RTrim(" John Doe ")
- Returns ” John Doe”, removing the space only from the right of the string.
See Also