match
> case e of { pat -> body
0 based array, with 0th index indicating the full match. If the full match location is not available, represent as (0,0).
non-negative length of a match
0 based index from start of source, or (-1) for unused
Match a regular expression against a string
Match a regular expression against a string, returning more information about the match.
Show more results