pcre-light

Portable regex library for Perl 5 compatible regular expressions

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

Version on this page:0.4.0.4
LTS Haskell 22.13:0.4.1.2
Stackage Nightly 2024-03-14: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.4@sha256:4ff658619a5f6dc25378c62b99b1c9eba6a772e8e42600f47ae1a6b17de0b8bb,1332

Module documentation for 0.4.0.4

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.