Function: interpretEscape()
interpretEscape(
esc):string
Defined in: lang-cypher/src/utils/string.ts:27
Converts a single escape sequence body (the characters after the leading
backslash) to the corresponding character, supporting b f n r t \\ ' ",
hex (x), Unicode (u), and octal forms.
Parameters
| Parameter | Type |
|---|---|
esc | string |
Returns
string