Function: interpretEscape()
interpretEscape(
esc):string
Defined in: lang-sql/src/utils/string.ts:32
Translates a single SQL escape sequence (without the leading backslash) to its character value.
Parameters
| Parameter | Type |
|---|---|
esc | string |
Returns
string