[ 
https://issues.apache.org/jira/browse/LANG-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15786815#comment-15786815
 ] 

ASF GitHub Bot commented on LANG-1304:
--------------------------------------

Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/223
  
    
    [![Coverage 
Status](https://coveralls.io/builds/9467064/badge)](https://coveralls.io/builds/9467064)
    
    Coverage increased (+0.01%) to 94.373% when pulling 
**9bdede75d1a86d19a3aa37579dc2a9f93d558067 on andyklimczak:LANG-1304** into 
**021e4dfb501a8e6e5810a4f0efe1267810d62d64 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
>             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)

Reply via email to