Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-671

Add indexOf() & lastIndexOf() methods for Whitespace and Non-whitespae to StringUtils

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • Review Patch
    • lang.*
    • None

    Description

      Whitespace methods:

      public static int indexOfWhitespace(CharSequence str, int startPos)
      public static int lastIndexOfWhitespace(CharSequence str, int startPos)
      

      Non-whitespace methods:

      public static int indexOfNonWhitespace(CharSequence str, int startPos)
      public static int lastIndexOfNonWhitespace(CharSequence str, int startPos)
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              niallp Niall Pemberton
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: