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

307 views Asked by At

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

1

There are 1 answers

0
Michael On BEST ANSWER

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