rightTrim( )
Returns a string with no trailing space characters.
Syntax
<expC>.rightTrim( )
<expC>
The string from which you want to remove the trailing space characters.
Property of
String
Description
Other than the syntactic difference of being a method instead of a function, this method behaves identically to the TRIM( ) function.