You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Arshad Basha (JIRA)" <ji...@apache.org> on 2016/12/28 17:26:58 UTC

[jira] [Created] (LANG-1304) Add a method in StringUtils to check for mixed case in string

Arshad Basha created LANG-1304:
----------------------------------

             Summary: Add a method in StringUtils to check for mixed case in string
                 Key: LANG-1304
                 URL: https://issues.apache.org/jira/browse/LANG-1304
             Project: Commons Lang
          Issue Type: New Feature
          Components: lang.*
            Reporter: Arshad Basha
            Priority: Minor
             Fix For: 3.6


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)