• Loading...
This documentation refers to a previously released version of BMC Atrium Discovery (other versions).

String Escape Characters

Skip to end of metadata
Go to start of metadata
Space Search

Searching TWF 7.2

Table of Contents

Unqualified string literals support the following escape sequences:

Escape sequence Meaning
\\ \
\' Single quote (')
\" Double quote (")
\a ASCII bell (BEL)
\b ASCII Backspace (BS)
\f ASCII Formfeed (FF)
\n ASCII Linefeed (LF)
\r ASCII Carriage Return (CR)
\t ASCII Horizontal Tab (TAB)
\uxxxx 16-bit hex Unicode character (encoded in Unicode or UTF8 depending upon string type)
\Uxxxxxxxx 32-bit hex Unicode character (encoded in Unicode or UTF8 depending upon string type)
\v ASCII Vertical Tab (VT)
\ooo Character with octal value ooo (1-3 octal digits)
\xhh Character with hex value hh (1-2 hex digits)
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.