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

Benedikt Ritter resolved LANG-733.
----------------------------------
       Resolution: Duplicate
    Fix Version/s:     (was: Patch Needed)

Fixed by LANG-883

> Add containsAny(CharSequence cs, CharSequence... searchChars) to StringUtils
> ----------------------------------------------------------------------------
>
>                 Key: LANG-733
>                 URL: https://issues.apache.org/jira/browse/LANG-733
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.*
>    Affects Versions: 3.0
>            Reporter: Eugen Paraschiv
>            Priority: Minor
>
> This method is missing from StringUtils. The corresponding method: 
> public static boolean containsAny(CharSequence cs, char... searchChars) {
> does exist, so this was probably just forgotten. 
> Also
> public static boolean containsIgnoreCase(CharSequence str, CharSequence... 
> searchStr) {
> needs to be added as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to