当处理大量的文本数据时,建议使用Data.Text而不是使用
haskells本机字符串.检查,完成.但正则表达式呢?是否有可用的正则表达式库,专门用于Data.Text?据我所见,所有正则表达式库正在使用
Haskell本机字符串或更糟糕的CStrings.
我不知道Haskell,但阅读
documentation总是一个好主意,无论编程语言.
To use an extended and very rich family of functions for working with
Unicode text (including normalization,regular expressions,
non-standard encodings,text breaking,and locales),see the text-icu
package: 07001
更准确地说Data.Text.ICU.Regex