case-insensitive

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.


Keywords
data, library, text, Propose Tags, Skip to Readme, , Index, Quick Jump, Data.CaseInsensitive, Data.CaseInsensitive.Unsafe, case-insensitive-1.2.1.0.tar.gz, browse, Package description, Package maintainers, BasVanDijk, SimonHengel, edit package information , 1.2.0.11, comparison, haskell
License
BSD-3-Clause
Install
cabal install case-insensitive-1.2.0.7

Documentation

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.