reversion

RE is a regular expression library for OCaml

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)
AuthorsJerome Vouillon, Thomas Gazagnaire and Anil Madhavapeddy
LicenseLGPL-2.0-only WITH OCaml-LGPL-linking-exception
Published
Homepagehttps://github.com/ocaml/ocaml-re
Issue Trackerhttps://github.com/ocaml/ocaml-re/issues
Maintainerjerome.vouillon@pps.univ-paris-diderot.fr
Dependencies
Source [http] https://github.com/ocaml/ocaml-re/archive/ocaml-re-1.5.0.tar.gz
md5=1e9bff3279648881be31e5ff96219f0a
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/re/re.1.5.0/opam
Required by
Optionally used by