case-insensitive-match: A simplified, faster way to do case-insensitive matching.
A way to do case-insensitive string matching and comparison with less
overhead and more speed. The Data.CaseInsensitive.Eq
module offers
simplified syntax and optimized instances for ByteString
, String
and
Text
. In particular, the ByteString
implementation assumes ISO-8859-1
(8-bit) encoding and performs benchmark testing significantly faster than
other implementations.
[Skip to Readme]
Downloads
- case-insensitive-match-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0 |
---|---|
Change log | CHANGELOG |
Dependencies | base (>=4 && <5), bytestring, case-insensitive-match, text [details] |
License | BSD-3-Clause |
Copyright | (c) 2016 Michael Hatfield |
Author | Michael Hatfield |
Maintainer | github@michael-hatfield.com |
Category | Text |
Home page | https://github.com/mikehat/case-insensitive-match |
Bug tracker | https://github.com/mikehat/case-insensitive-match |
Source repo | head: git clone git://github.com/mikehat/case-insensitive-match.git -b master this: git clone git://github.com/mikehat/case-insensitive-match.git -b master(tag 0.1.1.0) |
Uploaded | by mikehat at 2016-08-04T03:44:46Z |
Distributions | |
Executables | readme-example |
Downloads | 1743 total (14 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |