regex-pcre: PCRE Backend for "Text.Regex" (regex-base)

[ bsd3, library, text ] [ Propose Tags ] [ Report a vulnerability ]

This package provides a PCRE backend for the regex-base API.

See also https://wiki.haskell.org/Regular_expressions for more information.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
pkg-config

Use pkg-config(1) to locate foreign pcre library.

Enabled

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

Versions [RSS] 0.81, 0.82, 0.91, 0.92, 0.93, 0.94, 0.94.1, 0.94.2, 0.94.3, 0.94.4, 0.95.0.0, 0.95.0.1
Change log ChangeLog.md
Dependencies array (>=0.5 && <1), base (>=4.9 && <5), bytestring (>=0.10 && <1), containers (>=0.5 && <1), regex-base (>=0.94 && <0.95) [details]
Tested with ghc ==9.12.1, ghc ==9.10.1, ghc ==9.8.4, ghc ==9.6.6, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2
License BSD-3-Clause
Copyright Copyright (c) 2006, Christopher Kuklewicz
Author Christopher Kuklewicz
Maintainer Andreas Abel
Category Text
Home page https://wiki.haskell.org/Regular_expressions
Bug tracker https://github.com/haskell-hvr/regex-pcre/issues
Source repo head: git clone https://github.com/haskell-hvr/regex-pcre.git
this: git clone https://github.com/haskell-hvr/regex-pcre.git(tag v0.95.0.1)
Uploaded by AndreasAbel at 2025-03-02T14:44:53Z
Distributions Arch:0.95.0.0, Debian:0.95.0.0, Fedora:0.95.0.0, LTSHaskell:0.95.0.0, NixOS:0.95.0.0, Stackage:0.95.0.0
Reverse Dependencies 37 direct, 191 indirect [details]
Downloads 27828 total (80 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for regex-pcre-0.95.0.1

[back to package description]

Hackage version Stackage Nightly Stackage LTS Haskell-CI License regex-pcre

Backend for regex-base via binding to PCRE library.

Documentation on hackage.

Binding to PCRE2 is in regex-pcre2.