pcre-light: A small, efficient and portable regex library for Perl 5 compatible regular expressions

[ bsd3, library, text ] [ Propose Tags ]

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.

Test coverage data for this library is available at: http://code.haskell.org/~dons/tests/pcre-light/hpc_index.html


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
old_base

Build with an old version of base (< 3)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1, 0.3, 0.3.1, 0.3.1.1, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.1.0, 0.4.1.2
Dependencies base (<=5), bytestring (>=0.9) [details]
License BSD-3-Clause
Copyright (c) 2007-2010. Don Stewart <dons@galois.com>
Author Don Stewart
Maintainer Daniel Díaz <dhelta.diaz@gmail.com>
Category Text
Home page https://github.com/Daniel-Diaz/pcre-light
Uploaded by DanielDiaz at 2014-05-02T12:01:48Z
Distributions Arch:0.4.1.2, Debian:0.4.1.0, Fedora:0.4.1.0, FreeBSD:0.4.0.3, LTSHaskell:0.4.1.2, NixOS:0.4.1.2, Stackage:0.4.1.2
Reverse Dependencies 32 direct, 3581 indirect [details]
Downloads 33804 total (136 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for pcre-light-0.4.0.2

[back to package description]

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.