Class StringUtils

java.lang.Object
org.carrot2.util.StringUtils

public class StringUtils extends Object
The Class StringUtils.
  • Method Details

    • isBlank

      public static boolean isBlank(String string)
      Checks if is blank.
      Parameters:
      string - the string
      Returns:
      true, if is blank
    • isNotBlank

      public static boolean isNotBlank(String string)
      Checks if is not blank.
      Parameters:
      string - the string
      Returns:
      true, if is not blank