<<< Escape sequences in strings | Index | The new operator >>> |
A string with quotation marks
"Type \"x\" to exit"
returns result
Type "x" to exit
A string with backslashes
"C:\\java\\files"
returns result
C:\java\files
<<< Escape sequences in strings | Index | The new operator >>> |