Micmatch 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