package re

  1. Overview
  2. Docs
RE is a regular expression library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

re-1.7.3.tbz
sha256=d9674725760f926c6f4687bc8d449d6db8f839551a6ecc5288c923eaf018695b
md5=d2a74ca77216861bce4449600a132de9

doc/re.posix/Re_posix/index.html

Module Re_posixSource

  • deprecated Use Re.Posix
include module type of struct include Re.Posix end

XXX Character classes

Sourceexception Parse_error
Sourceexception Not_supported

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

Sourcetype opt = [
  1. | `ICase
  2. | `NoSub
  3. | `Newline
]
Sourceval re : ?opts:opt list -> string -> Re__.Core.t

Parsing of a Posix extended regular expression

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

Regular expression compilation

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

compile r is defined as Core.compile (Core.longest r)

OCaml

Innovation. Community. Security.