doubleQuotedString

val doubleQuotedString: Parser<String>

Parser matching a double-quoted string, possibly containing escape codes. Supported escape codes are \\, \", \n, \r, \t, and \b.