package re

  1. Overview
  2. Docs
val 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
val matches : ?pos:int -> ?len:int -> Re__.Core.re -> string -> string Seq.t

Same as matches, but returns an iterator

  • since 1.10.0
val split : ?pos:int -> ?len:int -> Re__.Core.re -> string -> string Seq.t
  • since 1.10.0
val 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