blob: c8905dfefa2207181ebad518d583c7549377fb9b (
plain) (
blame)
1
2
3
4
5
6
7
|
Re is a regular expression library for OCaml.
The following styles of regular expressions are supported:
* 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).
|