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

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568151#comment-15568151 ] Bruno P. Kinoshita commented on LANG-1231: -- You are right that there is no such method

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

2016-05-19 Thread Guram Savinov (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15290901#comment-15290901 ] Guram Savinov commented on LANG-1231: - Well, java.lang.String.substring(int beginIndex) can be used, so