Class StringUtils

java.lang.Object
com.epam.common.utils.StringUtils

public class StringUtils extends Object
String helper class
Author:
Serhiy_Zahriychuk Date: Oct 6, 2009
  • Method Details

    • isEmpty

      public static boolean isEmpty(String str)
      check @str, if empty return true
      Parameters:
      str - the string
    • isNotEmpty

      public static boolean isNotEmpty(String str)
      check @str, if not empty return true
      Parameters:
      str - the string