[ 
https://issues.apache.org/jira/browse/LANG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13805349#comment-13805349
 ] 

Benedikt Ritter commented on LANG-901:
--------------------------------------

Sure we could do that. But then again the methods which take only one 
prefix/suffix would behave differently. I don't know if it is a good idea to 
mix this up. Or are you proposing to change startWith and endWith as well?

> endsWithAny is case sensitive - documented as case insensitive
> --------------------------------------------------------------
>
>                 Key: LANG-901
>                 URL: https://issues.apache.org/jira/browse/LANG-901
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 3.1
>            Reporter: Matthew Bartenschlag
>            Priority: Minor
>             Fix For: Review Patch, Discussion
>
>         Attachments: LANG-901-StringUtils-StartsWithAnyEndsWithAny.patch
>
>
> endsWithAny was added in response to this task: LANG-614
> Documentation says that the method returns "true if the CharSequence starts 
> with any of the the prefixes, case insensitive, or both null" 
> StringUtils.endsWithAny("MIME/TYPE", "TYPE") true
> StringUtils.endsWithAny("MIME/TYPE", "type") false



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to