module Regexp: sig .. end
sig
end
type t
val of_regexp : string -> t
string -> t
val matches : t -> string -> bool
t -> string -> bool
val to_string : t -> string
t -> string
val to_regexp : t -> Pcre.regexp
t -> Pcre.regexp
val t_of_sexp : Sexplib.Sexp.t -> t
Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
t -> Sexplib.Sexp.t