Prune devel/py-EnthoughtBase
[dports.git] / devel / ocaml-xstr / pkg-descr
1 This package implements frequent string operations: searching, replacing,
2 splitting, matching. It is independent from the Str library, and can
3 replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does
4 not implement regular expressions in general, but an important subset.
5 Some operations of xstr are performed as quickly as by Str; if the string
6 to be processed is small, xstr is often faster than Str; if the string is
7 big, xstr is up to half as fast than Str.
8
9 WWW: http://projects.camlcity.org/projects/xstr.html