pcre-light

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

https://github.com/Daniel-Diaz/pcre-light

Version on this page:0.4.0.3
LTS Haskell 22.14:0.4.1.2
Stackage Nightly 2024-03-29:0.4.1.2
Latest on Hackage:0.4.1.2

See all snapshots pcre-light appears in

BSD-3-Clause licensed by Don Stewart
Maintained by Daniel Díaz
This version can be pinned in stack with:pcre-light-0.4.0.3@sha256:19b3b5f5ef42a72e843f3451bf896a036eb57eefc3bcdc721caf50a8ff198a76,1463

Module documentation for 0.4.0.3

Depends on 2 packages(full list with versions):
Used by 3 packages in nightly-2015-05-29(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.