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.
str
The string to parse case insensitively.
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.