poliqarp-query-syntax — semi-formal Poliqarp query syntax description
|
within part
|
meta part
|
|
|
|
|
String literals are enclosed in matching single quotes (') or double quotes
("). The backslash (\) character is used to escape characters that
otherwise have a special meaning, or the quote character. The recognized escape sequences are:
\\backslash (\)
\'single quote (')
\"double quote (")
\nline feed (LF, U+000A)
\rcarriage return (CR, U+000D)
\tcharacter tabulation (U+0009)
\vline tabulation (U+000B)
\bbackspace (U+0008)
\fform feed (FF, U+000C)
\xhhUnicode character with hex value hh
\uhhhhUnicode character with hex value hhhh
\UhhhhhhhhUnicode character with hex value hhhhhhhh