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