10 lines
305 B
Text
10 lines
305 B
Text
\\ backslash
|
|
\" double quote
|
|
\' single quote
|
|
\n line feed
|
|
\r carriage return
|
|
\t tab
|
|
\b backspace
|
|
\ (backslash followed by a space) space
|
|
\DDD where D is a decimal digit; the character with code DDD in decimal
|
|
\xHH where H is a hex digit; the character with code HH in hex
|