matchers: Text matchers

[ bsd3, console, library ] [ Propose Tags ]

Helpers for performing text matches.


[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), parsec (>=3.1.2), text (>=0.11.2.0), time (>=1.4) [details]
License BSD-3-Clause
Copyright 2012-2014 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 2014-02-24T14:37:18Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 8868 total (35 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 matchers-0.14.0.2

[back to package description]
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.