package re

  1. Overview
  2. Docs

Module Re_posixSource

  • deprecated Use Re.Posix
include module type of struct include Re.Posix end
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

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

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

compile_pat ?opts regex compiles the Posix extended regular expression regexp

OCaml

Innovation. Community. Security.