luite / case-insensitive

Case insensitive string comparison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Case insensitive string comparison

License:Other


Languages

Language:Haskell 100.0%