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

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

Github user andyklimczak commented on the issue:

    https://github.com/apache/commons-lang/pull/223
  
    hello friends, I've updated `isMixedCase()` to be much more accepting of 
special characters, numbers, and spaces. Please double check that my tests 
assert the strings correctly, and match the desired logic 
    
    Let me know if anything seems wrong ! 🐤 🔥 


> 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)

Reply via email to