pcre-light

Portable regex library for Perl 5 compatible regular expressions

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

Version on this page:0.4.1.0
LTS Haskell 22.14:0.4.1.2
Stackage Nightly 2024-03-28: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.1.0@sha256:4902ef06b037fd79448c7a63a65c1a4a1bf0bbc15ea7e67e71d52ec995e18460,1868

Module documentation for 0.4.1.0

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.