When processing large amounts of textual data, it is recommended to use Data.Text instead of haskells native strings. Check, done. But how about regular expressions? Is there a regex library available, specialized on Data.Text? As far as I can see, all regular expression libraries are working on Haskell native Strings or even worse CStrings.
When processing large amounts of textual data, it is recommended to use Data.Text instead
Share
From the Data.Text documentation:
More precisely Data.Text.ICU.Regex