package dune-private-libs

  1. Overview
  2. Docs
Private libraries of Dune

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.20.0.tbz
sha256=767999da81e528484139ecfe927288ffe521ac2467462a40d6a760ed789ba086
sha512=18f6a293cb5d4423a3bf69ce9559b40e7075e49b13c79166f2aacfa55cbc2609e20938bad889b43df0d5a3396ea034e405631d3757da6164c51be375e5751632

doc/dune-private-libs.dune_re/Dune_re/Perl/index.html

Module Dune_re.PerlSource

Perl-style regular expressions

Sourceexception Parse_error
Sourceexception Not_supported

Errors that can be raised during the parsing of the regular expression

Sourcetype opt = [
  1. | `Ungreedy
  2. | `Dotall
  3. | `Dollar_endonly
  4. | `Multiline
  5. | `Anchored
  6. | `Caseless
]
Sourceval re : ?opts:opt list -> string -> Dune_re__.Core.t

Parsing of a Perl-style regular expression

Sourceval compile : Dune_re__.Core.t -> Dune_re__.Core.re

(Same as Re.compile)

Sourceval compile_pat : ?opts:opt list -> string -> Dune_re__.Core.re

Regular expression compilation

OCaml

Innovation. Community. Security.