case-insensitive

Case insensitive string comparison

https://github.com/basvandijk/case-insensitive

Version on this page:1.2.0.1@rev:1
LTS Haskell 22.17:1.2.1.0
Stackage Nightly 2024-04-18:1.2.1.0
Latest on Hackage:1.2.1.0

See all snapshots case-insensitive appears in

BSD-3-Clause licensed by Bas van Dijk
Maintained by Bas van Dijk
This version can be pinned in stack with:case-insensitive-1.2.0.1@sha256:e05afc901d0abd6e59044982737a4dfe88c2763b2ebe8463b0d7f9212732ffd3,2401

Module documentation for 1.2.0.1

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.