Name: bk70084 Date: 08/13/98
The StringBuffer class needs methods to search its contents. In particular it needs the
same methods as the String class: compareTo, compareToIgnoreCase, regionMatches,
startsWith, endsWith, indexOf, and lastIndexOf. I would be happy with indexOf and
lastIndexOf.
There were delete, replace, and substring methods added in 1.2beta4, but none of the
methods mentioned above were added.
(Review ID: 35524)
======================================================================
- duplicates
-
JDK-4162796 Request additional API's for StringBuffer searching capability
-
- Resolved
-