case-insensitive: Case insensitive string comparison

[ bsd3, data, library, text ] [ Propose Tags ]

The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, Text, etc.. Comparisons of values of the resulting type will be insensitive to cases.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.2.0.1, 0.2.0.2, 0.3, 0.3.0.1, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 1.0, 1.0.0.1, 1.0.0.2, 1.1, 1.1.0.1, 1.1.0.2, 1.1.0.3, 1.2.0.0, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.2.0.4, 1.2.0.5, 1.2.0.6, 1.2.0.7, 1.2.0.8, 1.2.0.9, 1.2.0.10, 1.2.0.11, 1.2.1.0
Dependencies base (>=3 && <4.5), bytestring (>=0.9 && <0.10), hashable (>=1.0 && <1.2), text (>=0.3 && <0.12) [details]
License BSD-3-Clause
Copyright 2011 Bas van Dijk
Author Bas van Dijk
Maintainer Bas van Dijk <v.dijk.bas@gmail.com>
Category Data, Text
Home page https://github.com/basvandijk/case-insensitive
Bug tracker https://github.com/basvandijk/case-insensitive/issues
Source repo head: git clone git://github.com/basvandijk/case-insensitive.git
Uploaded by BasVanDijk at 2011-10-27T18:29:58Z
Distributions Arch:1.2.1.0, Debian:1.2.1.0, Fedora:1.2.1.0, FreeBSD:1.2.0.4, LTSHaskell:1.2.1.0, NixOS:1.2.1.0, Stackage:1.2.1.0, openSUSE:1.2.1.0
Reverse Dependencies 358 direct, 4406 indirect [details]
Downloads 243295 total (231 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]

Readme for case-insensitive-0.4

[back to package description]

The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, Text, etc.. Comparisons of values of the resulting type will be insensitive to cases.