package pcre

  1. Overview
  2. Docs
Interface to the PCRE (Perl-compatibility regular expressions) library

Install

Dune Dependency

Authors

Maintainers

Sources

v7.0.4.tar.gz
sha256=ac72e5711eeb26800d8d2efe7f011c3ad351291c21f8a973945870535d7177f9
md5=fe143d665b88221b0bff208fff4ce5d5

Description

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

Published: 21 Nov 2014

OCaml

Innovation. Community. Security.