| java.lang.Object fr.aliacom.util.StringFunctions
StringFunctions | public class StringFunctions (Code) | | author: tom author: To change this generated comment edit the template variable "typecomment": author: Window>Preferences>Java>Templates. author: To enable and disable the creation of type comments go to author: Window>Preferences>Java>Code Generation. |
rtrim | public static String rtrim(String s)(Code) | | Trims the whitespaces at the end
of a string.
Parameters: s - the string to trim |
|
|