@hackage case-insensitive0.1
Case insensitive string comparison
Categories
License
BSD-3-Clause
Maintainer
Bas van Dijk <v.dijk.bas@gmail.com>
Links
Versions
Installation
Dependencies (4)
- base >=4 && <4.4
- base-unicode-symbols >=0.1.1 && <0.3
- bytestring >=0.9 && <0.10
- text >=0.3 && <0.12 Show all…
Dependents (788)
@hackage/rest-wai, @hackage/amazonka-lightsail, @hackage/qrcode-core, @hackage/amazonka-arc-zonal-shift, @hackage/wrecker, @hackage/growler, Show all…
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 are
then insensitive to cases.