javajava-8string-utils

isBlank method to test string without space StringUtils.isBlank(" ") = false;


Hi I found this method is StringUtils.isBlank() I'm using JDK 1.8.51 I'm not able to found it there is any jar to download to have it?

thanks


Solution

  • The StringUtils class is from Apache Commons lang. The latest version is available from Maven Central. You can download it here.