PL
Size: a a a
PL
AV
AV
AV
AV
*** Exception: user error (parseRegex for Text.Regex.TDFA.String failed:"a*?" (line 1, column 3):
unexpected '?'
expecting empty () or anchor ^ or $, an atom, "|" or end of input)
PL
AV
AV
AV
Prelude Text.Regex.PCRE.ByteString T T> Right qq2 <- regexec r1 "aaa"
Prelude Text.Regex.PCRE.ByteString T T> qq2
Just ("","","aaa",[])
PL
PL
AV
AV
PL
AV
AV
AV
JS
AV