regex-pcre-text: Text-based PCRE API for regex-base

[ bsd3, library, text ] [ Propose Tags ]

The PCRE/Text backend to accompany regex-base; needs regex-pcre and regex-tdfa-text


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.94.0.0, 0.94.0.1
Change log changelog
Dependencies array (>=0.4 && <0.6), base (>=4 && <5), bytestring (>=0.10 && <0.11), regex-base (>=0.93 && <0.94), regex-pcre-builtin (>=0.94 && <0.95), regex-tdfa-text (>=1.0 && <1.1), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright Copyright (c) 2006-2017, Chris Dornan and Christopher Kuklewicz
Author Chris Dornan and Christopher Kuklewicz
Maintainer Chris Dornan <chris@chrisdornan.com>
Category Text
Home page https://github.com/cdornan/regex-pcre-text
Bug tracker https://github.com/cdornan/regex-pcre-text/issues
Source repo head: git clone https://github.com/cdornan/regex-pcre-text.git
this: git clone https://github.com/cdornan/regex-pcre-text.git(tag 0.94.0.0)
Uploaded by ChrisDornan at 2017-06-03T02:43:56Z
Distributions
Reverse Dependencies 1 direct, 4 indirect [details]
Downloads 1834 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-06-03 [all 1 reports]

Readme for regex-pcre-text-0.94.0.1

[back to package description]

regex-pcre-text

This package extends regex-base and regex-pcre to work with Text in the same way that regex-tdfa-text does. It uses the regex-base Text instances provided by regex-tdfa-text.

usage with regex

To use it with regex just make sure you are using regex-with-pcre 1.0.1.0 or later.

credits

This code is based on the code for regex-pcre by Christopher Kuklewicz.