package re

  1. Overview
  2. Docs

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 NEXT_RELEASE
Sourceval matches : ?pos:int -> ?len:int -> Re__.Core.re -> string -> string Seq.t

Same as matches, but returns an iterator

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