-
public class StringUtilSet of string utilities.
-
-
Method Summary
Modifier and Type Method Description static StringgetUppercaseLetters(String text)Gets all the uppercase letters of a input text. -
-
Method Detail
-
getUppercaseLetters
static String getUppercaseLetters(String text)
Gets all the uppercase letters of a input text.
- Parameters:
text- text to be processed.
-
-
-
-