GitHub user amuthmann opened a pull request:

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

    LANG-848: Added isAnyBlank, isNoneBlank, isAnyEmpty, isNoneEmpty

    Those are the improvements described in LANG-848 including 
    ```java
    public static boolean isAnyBlank(CharSequence... cs)
    public static boolean isNoneBlank(CharSequence... cs)
    public static boolean isAnyEmpty(CharSequence... cs)
    public static boolean isNoneEmpty(CharSequence... cs)
    ```
    
    furthermore i implemtented the missing tests for isBlank, isNotBlank, 
isEmpty, isNotEmpty and the new calls.

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

    $ git pull https://github.com/amuthmann/commons-lang trunk

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

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

----
commit 2c49d2bb6851c1fa143165176de645a94f2670de
Author: amuthmann <amuthm...@elladan.pro-vision.de>
Date:   2012-10-31T08:13:15-07:00

    LANG-848: Added isAnyBlank, isNoneBlank, isAnyEmpty, isNoneEmpty to 
StringUtils, implemented Tests

----


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to