package dune-private-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val all : ?pos:int -> ?len:int -> Dune_re__.Core.re -> string -> Dune_re__.Core.Group.t Seq.t

Same as all but returns an iterator

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

Same as matches, but returns an iterator

  • since NEXT_RELEASE
val split : ?pos:int -> ?len:int -> Dune_re__.Core.re -> string -> string 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 ] Seq.t
  • since NEXT_RELEASE
OCaml

Innovation. Community. Security.