BSD-3-Clause licensed by Don Stewart
Maintained by Daniel Casanueva <daniel.casanueva `at` proton.me>
This version can be pinned in stack with:pcre-light-0.4.1.2@sha256:2b986c84324d693110e6ed016811a1dbd99407c4d6807f7cbe3762127e3e141a,1947

Module documentation for 0.4.1.2

Depends on 2 packages(full list with versions):

pcre-light library

A small, efficient and portable regex library for Perl 5 compatible regular expressions

The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.

Authorship

This library was originally written by Donald Stewart.

Changes

Changelog for pcre-light

0.4.1.2

  • Replace finalizerFree with c_pcre_free. (PR 17)

0.4.1.1

  • Bugfix where ByteString.empty was treated differently than the empty ByteString ""

0.4.1.0

  • Add captureCount and captureNames for working with named captures/groups