MParser_RERE-based regular expression parsers. The used syntax is re.perl (the one most similar to PCRE).
module Regexp : MParser_Sig.RegexpA pluggable regular expression engine.
include sig ... endval match_regexp : 's MParser.state -> Regexp.t -> Regexp.substrings optionval make_regexp : string -> Regexp.tmodule Tokens : sig ... end