Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.7.5
-
None
-
None
Description
The GDK provides Closure-using methods
String.replaceAll(String x) {} // in GDK String.replaceAll(Pattern x) {} // in GDK
but fails to provide for consistency
String.replaceFirst(String x) {} // missing in GDK String.replaceFirst(Pattern x) {} // missing in GDK