Module Re_posix

module Re_posix: sig .. end

exception Parse_error
exception Not_supported
type opt = [ `ICase | `Newline | `NoSub ] 
val re : ?opts:opt list -> string -> Re.t
val compile : Re.t -> Re.re
val compile_pat : ?opts:opt list -> string -> Re.re