You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regex stuff exposed by ICU is not thread-safe and has a poor interface: close to everything runs in IO. Further, I don't think there is any optimisation we can do with working on the underlying rope structure anyway for this kind of task so I don't think it makes much sense to stick this functionality in here.
Since we already depend on text-icu.
Update 2017-09-09: We don't anymore.
The text was updated successfully, but these errors were encountered: