Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.8.1
-
None
Description
try
{ String s = StringUtils._removeIgnoreCase_("İa", "a"); }catch (Exception e)
{ e.printStackTrace(); }output
java.lang.IndexOutOfBoundsException: start 3, end 2, s.length() 2
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:539)
Attachments
Issue Links
- is related to
-
LANG-1406 StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase()
- Resolved
- links to