Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203981 | 11.0.1 | Jim Laskey | P3 | Resolved | Fixed | team |
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.
Attachments
Issue Links
- backported by
-
JDK-8203981 String::isBlank
- Resolved
- csr for
-
JDK-8200437 String::isBlank
- Closed
- relates to
-
JDK-8196005 Library support for Raw String Literals
- Resolved