Escape Sequences
Escape sequences are used to represent characters when working with the rule language grammar.
You can represent characters in literals using these escape sequences:
Escape Sequences
Character
|
Escape Sequence
|
backspace
|
\b
|
horizontal tab
|
\t
|
linefeed
|
\n
|
form feed
|
\f
|
carriage return
|
\r
|
double quote
|
\"
|
single quote
|
\’
|
backslash
|
\\
|
Copyright © TIBCO Software Inc. All rights reserved.