The Caml Humps
Powered by OCaml !

Caml Light / OCaml

String manipulation / Text processing

Latest adds/updates
DateNameDescription
2004-10-27AntAnt is a typesetting system inspired by TeX. It does not aim at complete compatibility with TeX but focuses instead on a flexible, clean, andmodular design.
By Achim Blumensath
2004-11-02CamomileA collection of modules for multi-lingual text handling.
By Yamagata Yoriyuki
2003-02-12CstrA full-featured charset and string library.
By Bruno Verlyck
2001-08-09HereDocSyntactic sugar for text producing applications.
By Alain Frisch
2001-08-10HlinsInsertion of URLs into HTML documents.
By Ralf Treinen
2001-12-21MacroHTMLMacro pre-processor for HTML (unmaintained).
By Brock Wilcox
2004-08-04MicmactchMicmatch is a syntax extension of the pattern matching constructs of OCaml for matching and extracting substrings with regular expressions. Micmatch tries to stay as close as possible to the spirit of OCaml. Named regular expressions can be defined. They use the syntax of ocamllex with some additions.
By Martin Jambon
2002-02-05OCamlAgrepImplements the Wu-Manber algorithm for string searching with errors (like in agrep).
By Xavier Leroy
2001-08-09PCRE-OCAMLPerl compatibility regular expressions for OCaml.
By Markus Mottl
2002-02-20RegexpA library, entirely written in OCaml, for manipulation of regular expressions and string searching.
By Claude Marché
2003-03-24Regexp-OCamlConvenient syntax sugar for regular expression match for strings using PCRE/OCaml library.
By Yukata Oiwa
2003-10-16ulexA lexer generator for Unicode and OCaml.
By Alain Frisch
2002-07-07xstrThread-safe implementation of string searching/matching/splitting/replacing.
By Gerd Stolpmann