Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basvandijk/case-insensitive
Case insensitive string comparison
https://github.com/basvandijk/case-insensitive
comparison haskell
Last synced: 10 days ago
JSON representation
Case insensitive string comparison
- Host: GitHub
- URL: https://github.com/basvandijk/case-insensitive
- Owner: basvandijk
- License: other
- Created: 2011-04-17T14:03:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T07:49:51.000Z (over 2 years ago)
- Last Synced: 2024-05-08T16:03:48.419Z (6 months ago)
- Topics: comparison, haskell
- Language: Haskell
- Homepage:
- Size: 103 KB
- Stars: 24
- Watchers: 6
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[![Hackage](https://img.shields.io/hackage/v/case-insensitive.svg)](https://hackage.haskell.org/package/case-insensitive)
[![Build Status](https://travis-ci.org/basvandijk/case-insensitive.svg)](https://travis-ci.org/basvandijk/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.