Skip to main content Skip to complementary content

RTRIM

Removes any trailing whitespace from a given string.

Syntax

RTRIM(STRING)

Arguments

STRING

Type: string

A sequence of characters.

Returns

Type: string

STRING with any trailing whitespaces removed.


Examples

STRING Output
hey hey
hey hey
hey hey
hey hey
a b a b

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!