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

RTRIM("San Francisco    ") = "San Francisco"

Last updated