| Modifier and Type | Method and Description |
|---|---|
static String |
firstLetterUppercase(String string)
Modifies the text by putting the first character of it to uppercase.
|
static String |
humanReadable(String string)
Converts
camelCase into Readable Text. |
static Set<Character> |
toCharacterSet(char... chars)
Converts an array of characters into an ordered set.
|
public static String firstLetterUppercase(String string)
string - String.public static String humanReadable(String string)
camelCase into Readable Text. Also removes more than two consecutive spaces and trims the result.string - String.Copyright © 2023 Miki. All rights reserved.