Module Re.Seq

val all : ?pos:int -> ?len:int -> re -> string -> Group.t Seq.t

Same as all but returns an iterator

  • since NEXT_RELEASE
val matches : ?pos:int -> ?len:int -> re -> string -> string Seq.t

Same as matches, but returns an iterator

  • since NEXT_RELEASE
val split : ?pos:int -> ?len:int -> re -> string -> string Seq.t
  • since NEXT_RELEASE
val split_full : ?pos:int -> ?len:int -> re -> string -> split_token Seq.t
  • since NEXT_RELEASE