Function quotedString

  • A parser that matches a quoted string, in single or double quotes. Returns the string as the result, including the quotes.

    Parameters

    • input: string

    Returns ParserResult<string>

Generated using TypeDoc