case-insensitive

Case insensitive string comparison

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

Version on this page:1.2.0.10@rev:2
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:fd0559ad93117c4aaec2fb472a8df73e7e1a424d38e954f6cb0653a2ee48eca4,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.