• en

pcre-ocaml 7.0.4

Maintainer markus.mottl@gmail.com
Dependencies
& conf-libpcre
ocamlfind
Published Dec 16, 2013
Source [http] https://github.com/mmottl/pcre-ocaml/archive/v7.0.4.tar.gz
fe143d665b88221b0bff208fff4ce5d5
Edit https://github.com/ocaml/opam-repository/tree/master/packages/pcre-ocaml/pcre-ocaml.7.0.4/opam

Interface to the PCRE (Perl-compatibility regular expressions) library

This OCaml-library interfaces the C-library PCRE (Perl-compatibility Regular Expressions). It can be used for matching regular expressions which are written in "PERL"-style.

PCRE-OCaml offers the following functionality for operating on strings:

  • Searching for patterns
  • Extracting subpatterns
  • Splitting strings according to patterns
  • Pattern substitution