| java.lang.Object gnu.lists.Strings
Strings | public class Strings (Code) | | Various static utility methods for general strings (CharSeqs).
|
makeCapitalize | public static void makeCapitalize(CharSeq str)(Code) | | Capitalize this string.
Change first character of each word to titlecase,
and change the other characters to lowercase.
|
makeLowerCase | public static void makeLowerCase(CharSeq str)(Code) | | Change every character to be lowercase.
|
makeUpperCase | public static void makeUpperCase(CharSeq str)(Code) | | Change every character to be uppercase.
|
|
|