package dune-private-libs

  1. Overview
  2. Docs
val all : ?pos:int -> ?len:int -> Dune_re__.Core.re -> string -> Dune_re__.Core.Group.t Stdlib.Seq.t

Same as all but returns an iterator

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

Same as matches, but returns an iterator

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