JDK-8200436 : String::isBlank
  • Type: New Feature
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Fix Versions: 11
  • Submitted: 2018-03-29
  • Updated: 2018-05-30
  • Resolved: 2018-05-18
Related Reports
CSR :  
Relates :  
Description
New string instance method that returns true if the string is empty or contains only white space, where white space is defined as any codepoint returns true when passed to Character::isWhitespace.