libpcre-ocaml
OCaml bindings for PCRE (runtime)
Description
This OCaml-library interfaces the PCRE (Perl-compatibility regular expressions) C library. it can be used for matching regular expressions which are written in Perl style. Compared with the OCaml standard library "Str" module, this library: * uses Perl style rather than Emacs one
* is reentrant and thus thread safe
* is faster (when compiled to native code is even faster than
Perl regular expressions)
* returns data on which you can safely use destructive updates
* gives more "programming comfort" through a better API
This package contains only the shared runtime stub libraries.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
http://mmottl.github.io/pcre-ocaml/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libpcre-ocaml