JDK-8223780 : String::translateEscapes (Preview)
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-05-13
  • Updated: 2019-06-14
  • Resolved: 2019-06-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13 JDK 14
13 b25Fixed 14Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Description
A new instance method to translate escape sequences, such as `\n`, `\t`, `\'`, `\"`, and `\\`, as described in full in section 3.10.6 of the The Java Language Specification.


Comments
https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-May/060316.html
30-05-2019