Loading... (original) (raw)

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

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8203533 String::strip, String::stripLeading, String::stripTrailing

csr for

CSR - null JDK-8200378 String::strip, String::stripLeading, String::stripTrailing

duplicates

Enhancement - null JDK-6219457 (str) String.trim() to trim only at the beginning or at the end

relates to

Enhancement - null JDK-8196005 Library support for Raw String Literals