package re

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

re-1.9.0.tbz
sha256=5289e0d84f04bef02f1ad2928bef9c817893e777ce828306bcfdfd44fc245abd
md5=bddaed4f386a22cace7850c9c7dac296

doc/re.emacs/Re_emacs/index.html

Module Re_emacs

  • deprecated Use Re.Emacs
include module type of struct include Re.Emacs end
exception Parse_error
exception Not_supported

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

val re : ?case:bool -> string -> Re__.Core.t

Parsing of an Emacs-style regular expression

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

Regular expression compilation

val compile_pat : ?case:bool -> string -> Re__.Core.re

Same as Core.compile