2016-01-21 23:40:00 +01:00

8 lines
333 B
Plaintext

Re is a regular expression library for OCaml that does not use C bindings.
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).