Open
Description
Hi, thanks for this great library!
You mention in docs https://hackage.haskell.org/package/regex-tdfa-1.3.1.1/docs/Text-Regex-TDFA.html common use cases, and there is 4 of them. I am wondering, is that all or are there other supported return types? If there are, how can we discover them?
What I am looking specifically is for a way to get all of the matches together with their match, before/afterMatch and submatches, but on the other hand I would also love to know in general what else is support in the return type.
Thanks!