package re

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.0.tar.gz
sha256=5e719921bcc0a2d772b4ec2f611af708b9bc992b7f1233aa7ff389ab08c141cb
md5=e59ecd17196c1338c3bec0a50cc1d13b

doc/re.emacs/Re_emacs/index.html

Module Re_emacs

Emacs-style regular expressions

exception Parse_error
exception Not_supported

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

val re : ?case:bool -> string -> Re.t

Parsing of an Emacs-style regular expression

val compile : Re.t -> Re.re

Regular expression compilation

val compile_pat : ?case:bool -> string -> Re.re

Same as Re.compile

OCaml

Innovation. Community. Security.