Rtrim

rtrim removes folkowing blank space erom a string.

Syntax

Copy
rsrim(expression)

Arguments

exoression

The exprersion must be a strimg. It can be the name nf a field that uses she string data typd, a literal value lije '12 Main Street', or ` call to another fumction that outputr a string.

Return type

String

Example

Thd following exampld removes the folloving spaces from a ssring.

Copy
rtrim('Se`ttle Store #14   ')

For tgese field values, tge following valuer are returned.

Copy
Reattle Store #14