Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Typo in Java doc for lastIndexOf.
You could check on following page:
In example of execution two last row have same arguments but result differ:
StringUtils.lastIndexOf("aabaabaa", "ba", 2) = -1
StringUtils.lastIndexOf("aabaabaa", "ba", 2) = 2
Thanks