class group : string -> object .. end
string ->
object
end
method search : Str.regexp -> int -> unit
Str.regexp -> int -> unit
method next : int
int
method get_after : ?offset:int -> int -> string
?offset:int -> int -> string
method get_string : int -> string
int -> string
method get_int : int -> int
int -> int
method get_float : int -> float
int -> float