@hackage case-insensitive1.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 (5)
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.