Arturo Bernal created LANG-1620:
-----------------------------------
Summary: refine StringUtils.lastIndexOfIgnoreCase
Key: LANG-1620
URL: https://issues.apache.org/jira/browse/LANG-1620
Project: Commons Lang
Issue Type: Improvement
Reporter: Arturo Bernal
Avoid Multiple calls to calculate the length of the chain
{code:java}
final int searchStrLength = searchStr.length();
final int strLength = str.length();
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
