Interpreting escape sequences

To interpret escape sequences in multiline raw string values, Java will add methods to the String class—unescape() and escape():

public String unescape() {...} 
public String escape() {...} 
Considering raw string literals at Oracle, work is in progress. Oracle is considering swapping the names of the methods unescape() and escape(), or even renaming them.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.165.115