-
public class StringUtil
Set of string utilities.
-
-
Method Summary
Modifier and Type Method Description static String
getUppercaseLetters(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.
-
-
-
-