Child pages
  • Escape sequences

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{table:class=servoy sSummery}
{colgroup}
{column:width=80px}
{column}
{column}{column}
{colgroup}
{tr:style=height: 30px;}{th}Code{th}{th}Description{th}{tr}
{tr}{td}\b{td}{td}Backspace{td}{tr}
{tr}{td}\f{td}{td}Form feed{td}{tr}
{tr}{td}\n{td}{td}Line feed (newline){td}{tr}
{tr}{td}\r{td}{td}Carriage return{td}{tr}
{tr}{td}\t{td}{td}Tab{td}{tr}
{tr}{td}\\{td}{td}Backslash{td}{tr}{hidden}using asci codes here, due to bug in Confluence displaying 2 backslashes{hidden}
{tr}{td}\'{td}{td}Single quotation mark{td}{tr}
{tr}{td}\"{td}{td}Double quotation mark{td}{tr}
{tr}{td}\ddd{td}{td}Octal character sequence, represented by the 3 digits 'ddd'. The valid range is 000 to 377.{td}{tr}
{tr}{td}\xdd{td}{td}Hexidecimal character sequence, represented by 2 digits 'dd'. The valid range is 00 to FF.{td}{tr}
{tr}{td}\udddd{td}{td}Unicode character sequence, represented by 4 digits 'dddd'{td}{tr}
{table}