sjshuck / hs-pcre2

Complete Haskell binding to PCRE2
Apache License 2.0
12 stars 2 forks source link

Implement global matching #5

Closed sjshuck closed 3 years ago

sjshuck commented 3 years ago

Should supercede SubGlobal.

See #3 and Reddit discussions.

sjshuck commented 3 years ago

It makes no sense for functions returning an Alternative to be global, so we can't simply smoosh SubGlobal into a general Global option.