rtrim
Strip whitespace (or other characters) from the end of a string
&reftitle.description;
stringrtrim
stringstring
stringcharacters" \n\r\t\v\x00"
This function returns a string with whitespace (or other characters) stripped from the
end of string.
Without the second parameter,
rtrim will strip these characters:
&strings.stripped.characters;
&reftitle.parameters;
string
The input string.
characters
&strings.parameter.characters.optional;
&reftitle.returnvalues;
Returns the modified string.
&reftitle.examples;
Usage example of rtrim
]]>
&example.outputs;
&reftitle.seealso;
trim
ltrim