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

Add a method in StringUtils to check for mixed case in string

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.6
    • lang.*
    • None

    Description

      It would be nice to have a method that check whether the string has mixed (lower and upper) case.

      Examples:
      StringUtils.isMixedCase("passWORD"); //true
      StringUtils.isMixedCase("PASSWORD"); //false
      StringUtils.isMixedCase("password"); //false

      Attachments

        Issue Links

          Activity

            People

              pascalschumacher Pascal Schumacher
              arshad0789 Arshad Basha
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: