Function: parseDollarQuoted()
parseDollarQuoted(
original):string
Defined in: lang-sql/src/utils/string.ts:26
Extracts the body of a dollar-quoted string, stripping the opening and closing tag delimiters (e.g. $tag$...$tag$).
Parameters
| Parameter | Type |
|---|---|
original | string |
Returns
string