Child pages
  • Escape sequences
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

Code Description
\b Backspace
\f Form feed
\n Line feed (newline)
\r Carriage return
\t Tab
\\ Backslash
\' Single quotation mark
\" Double quotation mark
\ddd Octal character sequence, represented by the 3 digits 'ddd'. The valid range is 000 to 377.
\xdd Hexidecimal character sequence, represented by 2 digits 'dd'. The valid range is 00 to FF.
\udddd Unicode character sequence, represented by 4 digits 'dddd'
  • No labels