Newer Version Available

This content describes an older version of this product. View Latest

Quoted String Escape Sequences

Strings can be escaped with the backslash character.

You can use the following string escape sequences:

Sequence Meaning
\n New line
\r Carriage return
\t Tab
\' One single-quote character
\" One double-quote character
\\ One backslash character