Re.Seq
val all : ?pos:int -> ?len:int -> re -> string -> Group.t Seq.t
Same as all but returns an iterator
all
val matches : ?pos:int -> ?len:int -> re -> string -> string Seq.t
Same as matches, but returns an iterator
matches
val split : ?pos:int -> ?len:int -> re -> string -> string Seq.t
val split_full : ?pos:int -> ?len:int -> re -> string -> split_token Seq.t