case-insensitive

Case insensitive string comparison

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

Version on this page:1.2.0.5@rev:1
LTS Haskell 22.14:1.2.1.0
Stackage Nightly 2024-03-28: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.5@sha256:4935ae0d0f5866052676c346aa5efc84f0a0a10570eaa44b6221b6db00f90aa6,2301

Module documentation for 1.2.0.5

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.