[
https://issues.apache.org/jira/browse/LANG-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell updated LANG-733:
-------------------------------
Fix Version/s: (was: 3.x)
Patch Needed
> 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
> Fix For: Patch Needed
>
>
> 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.1#6144)