Module Re__.Emacs
exceptionParse_errorexceptionNot_supportedErrors that can be raised during the parsing of the regular expression
val re : ?case:bool -> string -> Re__.Core.tParsing of an Emacs-style regular expression
val compile : Re__.Core.t -> Re__.Core.reRegular expression compilation
val compile_pat : ?case:bool -> string -> Re__.Core.reSame as
Core.compile