Unquote a byte range.
Bytes to unquote.
OptionalstartIndex: number
Starting index in text.
Optionallength: number
Number of bytes to unquote.
OptionalconvertTabsToSpaces: boolean
Whether tab bytes should be converted to spaces.
The unquoted bytes.
Unquote the specified text.
Removes escaped backslashes within the text.