[ 
https://issues.apache.org/jira/browse/LANG-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell closed LANG-886.
------------------------------

    Resolution: Fixed

svn ci -m "Add a CharSetUtils.containsAny(String, String) per LANG-886" src 
Sending        src/changes/changes.xml
Sending        src/main/java/org/apache/commons/lang3/CharSetUtils.java
Sending        src/test/java/org/apache/commons/lang3/CharSetUtilsTest.java
Transmitting file data ...
Committed revision 1470130.
                
> Add a CharSetUtils.containsAny(String, String)
> ----------------------------------------------
>
>                 Key: LANG-886
>                 URL: https://issues.apache.org/jira/browse/LANG-886
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Henri Yandell
>             Fix For: 3.2
>
>
> Add a CharSetUtils.containsAny(String, String). Currently you'd have to 
> implement it as if(CharSetUtils.count("foo","aoeiu") > 0), so not much code 
> but a little odd.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to