package dune-private-libs

  1. Overview
  2. Docs
Private libraries of Dune

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.18.2.tbz
sha256=56be509ffc3c5ba652113d9e6b43edb04a691f1e1f6cbba17b9d243b1239a7af
sha512=ee04a0c4ab946817018c78cd9b19c8d3082ee3b1cef78c699fff4ea37fd79543823a9751d0b945d2fd1783396ceded045cbec986a85f7a8f7bac93e04650fff3

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.