diff options
Diffstat (limited to 'devel/ocaml-xstr/pkg-descr')
-rw-r--r-- | devel/ocaml-xstr/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ocaml-xstr/pkg-descr b/devel/ocaml-xstr/pkg-descr index aff7dbf91892..8f8b1d8cbfab 100644 --- a/devel/ocaml-xstr/pkg-descr +++ b/devel/ocaml-xstr/pkg-descr @@ -4,7 +4,7 @@ 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. +big, xstr is up to half as fast than Str. Author: Gerd Stolpmann <gerd@gerd-stolpmann.de> WWW: http://www.ocaml-programming.de/packages/ |