re
Authors | Jerome Vouillon, Thomas Gazagnaire and Anil Madhavapeddy | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | LGPL-2.0 with OCaml linking exception | |||||||||||||||||
Homepage | https://github.com/ocaml/ocaml-re | |||||||||||||||||
Issue Tracker | https://github.com/ocaml/ocaml-re/issues | |||||||||||||||||
Maintainer | jerome.vouillon@pps.univ-paris-diderot.fr | |||||||||||||||||
Dependencies |
| |||||||||||||||||
Published | Oct 19, 2016 | |||||||||||||||||
Source [http] | https://github.com/ocaml/ocaml-re/archive/1.7.1.tar.gz 0e45743512b7ab5e6b175f955dc72002 | |||||||||||||||||
Statistics | Installed 928 times last month. | |||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/re/re.1.7.1/opam |
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)