Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203533 | 11.0.1 | Jim Laskey | P3 | Resolved | Fixed | team |
This feature introduces three String instance methods for removal of white space from the beginning and end of a string. Unlike String::trim, these methods use the Unicode definition of white space. Specifically, these methods use Character.isWhitespace(int codePoint) to detect space characters.
- backported by
-
JDK-8203533 String::strip, String::stripLeading, String::stripTrailing
-
- Resolved
-
- csr for
-
JDK-8200378 String::strip, String::stripLeading, String::stripTrailing
-
- Closed
-
- duplicates
-
JDK-6219457 (str) String.trim() to trim only at the beginning or at the end
-
- Closed
-
- relates to
-
JDK-8196005 Library support for Raw String Literals
-
- Resolved
-