Last active
December 18, 2015 04:09
-
-
Save lethargicpanda/5723267 to your computer and use it in GitHub Desktop.
Checks if a CharSequence is empty ("") or null.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.commons.lang3.StringUtils | |
... | |
StringUtils.isBlank(myString) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment