package annexlib

  1. Overview
  2. Docs
type t
val compile : ?cs:bool -> string -> t
val exec : t -> string -> bool
val quick : ?cs:bool -> string -> string -> bool
val case_sensitive : t -> bool
val escape : string -> string
type re_style = [
  1. | `PCRE
  2. | `Str
]
val regexp_of_glob : ?style:re_style -> ?glob:t -> ?pat:string -> unit -> string