Removes trailing whitespace
RTRIM(text)
text
Removes trailing whitespace from a text string
Input
Description
Text(s) to strip of whitespace
Outputs text without trailing whitespace
RTRIM("San Francisco ") = "San Francisco"
Last updated 4 years ago
Was this helpful?