open static fun rtrim(s: String): String
Remove the trailing whitespace from the specified String.
s - The String to remove the trailing padding from.
s
Return The String of without the trailing padding