case-insensitive-match
Version 0.1.1.0 revision 0 uploaded by mikehat.
Package meta
- Synopsis
- A simplified, faster way to do case-insensitive matching.
- Description
A way to do case-insensitive string matching and comparison with less overhead and more speed. The Data.CaseInsensitive.Eq module offers simplified syntax and optimized instances for ByteString, String and Text. In particular, the ByteString implementation assumes ISO-8859-1 (8-bit) encoding and performs benchmark testing significantly faster than other implementations.
- Author
- Michael Hatfield
- Bug reports
- https://github.com/mikehat/case-insensitive-match
- Category
- Text
- Copyright
- (c) 2016 Michael Hatfield
- Homepage
- https://github.com/mikehat/case-insensitive-match
- Maintainer
- github@michael-hatfield.com
- Package URL
- n/a
- Stability
- experimental