String quoted(var ParseState st, Char end, Char esc)
Arguments
st: The current parsing stateend: The character at the end of the quoteesc: Escape character
Usage
This function parses the contents of a quoted string, ending at the character 'end', but allowing 'end' in the string if preceded by 'esc'.