FREE SOFTWARE ON CAMLCITY.ORG
A library dealing with text as sequence of unicode characters.
OCaml-Text is a library for dealing with ``text'', i.e. sequence of unicode characters, in a convenient way. It supports: - character encoding/decoding using iconv - manipulation of text as UTF-8 encoded strings - localised text functions such as compare, upper, ... - human readable regular expression inside patterns In order to be the compatible with other ocaml library without pain, OCaml-Text choose to use only regular strings for dealing with text. * Requirement OCaml-Text needs ocaml >= 3.11 and libiconv. It require also pcre bindings for ocaml to have regular expression support.