RTRIM
Removes trailing whitespace
RTRIM(text
)
Removes trailing whitespace from a text string
Arguments
Input
Description
text
Text(s) to strip of whitespace
Output
Outputs text
without trailing whitespace
Example
Last updated