Package 

Class StringUtil


  • 
    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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUppercaseLetters

         static String getUppercaseLetters(String text)

        Gets all the uppercase letters of a input text.

        Parameters:
        text - text to be processed.