|
Sequence |
Represents |
|
\n |
Newline |
|
\r |
Carriage return |
|
\t |
Tab |
|
\b |
Backspace |
|
\u |
Change next character to uppercase |
|
\l |
Change next character to lowercase |
|
\\ |
A literal backslash character |
|
\' |
A literal ' inside of a string surrounded by single quotation marks (''). |
|
\" |
A literal " inside of a string surrounded by double quotation marks. |