Advertisement
alexandrecoussy

Untitled

Feb 3rd, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. StringUtils.isBlank(null)      = true
  2. StringUtils.isBlank(null)      = true
  3.  
  4. StringUtils.isBlank("")        = true  
  5. StringUtils.isBlank("")        = true  
  6. StringUtils.isBlank(" ")       = true  
  7.  
  8.  
  9. StringUtils.isBlank(" ")       = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement