You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Guram Savinov (JIRA)" <ji...@apache.org> on 2016/05/19 11:01:12 UTC

[jira] [Commented] (LANG-1231) StringUtils#indexOfAny() methods with start position argument

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

Guram Savinov commented on LANG-1231:
-------------------------------------

Well, java.lang.String.substring(int beginIndex) can be used, so maybe it's Ok to pass substring as an argument.

> StringUtils#indexOfAny() methods with start position argument
> -------------------------------------------------------------
>
>                 Key: LANG-1231
>                 URL: https://issues.apache.org/jira/browse/LANG-1231
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.*
>    Affects Versions: 3.4
>            Reporter: Guram Savinov
>            Priority: Minor
>              Labels: string
>
> There is no StringUtils#indexOfAny() methods with start position argument, which would search for specified characters from the specified position.
> Please add it.



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