module Re_emacs:sig..end
Emacs-style regular expressions
exception Parse_error
exception Not_supported
Errors that can be raised during the parsing of the regular expression
val re : ?case:bool -> string -> Re.tParsing of an Emacs-style regular expression
val compile : Re.t -> Re.reRegular expression compilation
val compile_pat : ?case:bool -> string -> Re.reSame as Re.compile