You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/30 02:57:58 UTC

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

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

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

GitHub user andyklimczak opened a pull request:

    https://github.com/apache/commons-lang/pull/223

    [LANG-1304] StringUtils method to check for mixed case in string

    [jira link](https://issues.apache.org/jira/browse/LANG-1304)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andyklimczak/commons-lang LANG-1304

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/223.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #223
    
----
commit da66668d4c6d93941c8b8ac62a4669fe4d57bbf6
Author: Andy Klimczak <an...@fastmail.com>
Date:   2016-12-30T02:01:12Z

    [LANG-1304] StringUtils method to check for mixed case in string

----


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