K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-08-06T14:17:12.000000Z K 7 svn:log V 642 This package implements frequent string operations: searching, replacing, splitting, matching. It is independent from the Str library, and can replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does not implement regular expressions in general, but an important subset. Some operations of xstr are performed as quickly as by Str; if the string to be processed is small, xstr is often faster than Str; if the string is big, xstr is upto half as fast than Str. Author: Gerd Stolpmann WWW: http://www.ocaml-programming.de/packages/ PR: ports/101032 Submitted by: Stanislav Sedov END