package re

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-re-1.3.2.tar.gz
sha256=3a34c3d6b6bf61e0d1eb9af74fa82c936809f7e48f8872fb6b11252c79a5d466
md5=1622796daf07397b266738e6710db4f3

Description

Pure OCaml regular expressions with:

  • Perl-style regular expressions (module Re_perl)
  • Posix extended regular expressions (module Re_posix)
  • Emacs-style regular expressions (module Re_emacs)
  • Shell-style file globbing (module Re_glob)
  • Compatibility layer for OCaml's built-in Str module (module Re_str)

Published: 14 Apr 2015

OCaml

Innovation. Community. Security.