[
https://issues.apache.org/jira/browse/LANG-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022264#comment-16022264
]
ASF GitHub Bot commented on LANG-1304:
--------------------------------------
Github user coveralls commented on the issue:
https://github.com/apache/commons-lang/pull/223
[](https://coveralls.io/builds/11661497)
Coverage decreased (-0.002%) to 95.162% when pulling
**3caf55722e992203f4e634ccd18bee9634b6e763 on andyklimczak:LANG-1304** into
**9f2fe9bb80065fc249c61c897a0434e9ff48bbf6 on apache:master**.
> 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
>
> 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.15#6346)