Module Selector.String_selector.Regexp

module Regexp: sig .. end

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