I can't find StringUtils.isBlank()
in my JDK.
People says on google that StringUtils.isBlank()
can be used to detect a blank string. But my IntelliJ tells me that this function doesn't exist. Nevertheless, StringUtils.isEmpty
doesn't exist too. But I saw many people are using it. What am I possibly doing wrong?
I'm using IntelliJ released on Jan 9 2019, Windows, JDK 12. Also tried on JDK 9.