right-trim(a)


Removes all non-printable characters and spaces (whitespaces) from the right side of the text a.

Description of Parameters

Parameter

Description

a

Value.

Examples

Spaces are represented as underscores.

Parameter a

Result

text

text

__text__

text__