Module Re.SeqSource

Sourceval all : ?pos:int -> ?len:int -> Re__.Core.re -> string -> Re__.Core.Group.t Seq.t

Same as all but returns an iterator

  • since 1.10.0
Sourceval matches : ?pos:int -> ?len:int -> Re__.Core.re -> string -> string Seq.t

Same as matches, but returns an iterator

  • since 1.10.0
Sourceval split : ?pos:int -> ?len:int -> Re__.Core.re -> string -> string Seq.t
  • since 1.10.0
Sourceval split_full : ?pos:int -> ?len:int -> Re__.Core.re -> string -> [ `Text of string | `Delim of Re__.Core.Group.t ] Seq.t
  • since 1.10.0