Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8200377

String::strip, String::stripLeading, String::stripTrailing

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Fixed
    • P3
    • 11
    • None
    • core-libs
    • None
    • b14
    • generic
    • generic

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

                jlaskey Jim Laskey
                jlaskey Jim Laskey
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: