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