Returns a parser that will try to match the regular expression at the current position and yield the result set. If it can't, the parser will fail softly. The match must start at the current position. It can't skip any part of the input.
Returns a parser that will try to match the regular expression at the current position and yield the result set. If it can't, the parser will fail softly. The match must start at the current position. It can't skip any part of the input.