matchers: Text matchers

[ bsd3, console, library ] [ Propose Tags ]

Helpers for performing text matches. For more information, please see the Github homepage at

http://www.github.com/massysett/matchers


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 0.4.0.0, 0.6.0.0, 0.8.0.0, 0.10.0.0, 0.12.0.0, 0.14.0.0, 0.14.0.2, 0.16.0.0, 0.18.0.0, 0.20.0.0, 0.22.0.0, 0.24.0.0
Dependencies base (>=4.5.0.0 && <5), bytestring (>=0.9.2.1 && <0.11), prednote (>=0.28.0.0 && <0.29), text (>=0.11.2.0 && <1.3) [details]
License BSD-3-Clause
Copyright 2011-2015 Omari Norman.
Author Omari Norman
Maintainer omari@smileystation.com
Category Console
Home page http://www.github.com/massysett/matchers
Bug tracker omari@smileystation.com
Source repo head: git clone git://github.com/massysett/matchers.git
Uploaded by OmariNorman at 2015-01-12T13:26:09Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 8833 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-01-12 [all 1 reports]

Readme for matchers-0.24.0.0

[back to package description]

matchers

This package contains helpers for performing text matches using regular expressions as well as simpler matching that sees if a particular substring exists within a larger string.

It was written mostly for use with Penny so it doesn't have much of a stable API.

It uses the pcre C library, so make sure you have that installed.

Test results

Build Status

The link above takes you to the archive of Travis build results. If you have trouble building matchers, look there, as it will show you what dependencies were successfully used in past builds.