@hackage case-insensitive0.2.0.2
Case insensitive string comparison
Categories
License
BSD-3-Clause
Maintainer
Bas van Dijk <v.dijk.bas@gmail.com>
Links
Versions
Installation
Dependencies (3)
- base >=3 && <4.4
- 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 will be insensitive to cases.