Module Re_emacs

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.t
Parsing of an Emacs-style regular expression
val compile : Re.t -> Re.re
Regular expression compilation
val compile_pat : ?case:bool -> string -> Re.re
Same as Re.compile