Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Simple glob support library.
val empty : t
A glob that matches nothing
val universal : t
A glob that matches anything (including the strings starting with a ".")
val test : t -> string -> bool
Tests if string matches the glob.
val to_string : t -> string
Returns textual representation of a glob.
val of_string : string -> t
Converts string to glob. Throws Invalid_argument
exception if string is not a valid glob.