module type ReType = sig .. end
sig
end
Make
type t
type re
type substrings
val exec : ?pos:int -> ?len:int -> re -> string -> substrings
?pos:int -> ?len:int -> re -> string -> substrings
val get_all_ofs : substrings -> (int * int) array
substrings -> (int * int) array