Module Re.Emacs

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__Core.t

Parsing of an Emacs-style regular expression

val compile : Re__Core.t -> Re__Core.re

Regular expression compilation

val compile_pat : ?case:bool -> string -> Re__Core.re

Same as Core.compile