String trimRight( )

Returns the string without any trailing whitespace.

As trim, but only removes trailing whitespace.

Source

/**
 * Returns the string without any trailing whitespace.
 *
 * As [trim], but only removes trailing whitespace.
 */
String trimRight();