With the introduction of JEP 326 Raw String Literals, it is expected that developers will make routine use of multi-line strings in their applications. Since Raw String Literals themselves do not support escape sequences. Support should be added to the String class to provide translation of escape sequences to characters.
- csr for
-
JDK-8202443 String::unescape
-
- Closed
-