Description
JDK 1.5 introduced String.replace(CharSequence, CharSequence), which is effectively what folks often expect String.replaceAll(String, String) (a JDK 1.4 method) to do, which is do literal string replacement.
Attachments
Issue Links
- depends upon
-
GROOVY-3287 Implement workaround for JDK 1.4 String.replaceAll bug.
- Closed