Function caseString

  • Returns a parser that will parse the string str insensitive to its case and yield the text that was parsed. If it can't, it will fail softly without consuming input.

    Parameters

    • str: string

      The string to parse case insensitively.

    Returns Parjser<string>