case-insensitive

Case insensitive string comparison

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

Version on this page:1.2.0.10@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.10@sha256:d11db9c3854b28b816010110564c1e65cedadd262201479b879e1efe4e147d94,2521

Module documentation for 1.2.0.10

Hackage Build Status

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.