Henri Yandell created LANG-886:
----------------------------------

             Summary: 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


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