mime-directory-0.5: A library for parsing/printing the text/directory mime type.

Data.ByteString.Lazy.Char8.Caseless

Description

A variant of ByteString where strings differing in the case of some of its characters are identified.

Synopsis

Documentation

sensitize :: ByteString -> ByteStringSource

Project back to a regular bytestring.

unsensitize :: ByteString -> ByteStringSource

Inject a bytestring into a case insensitive bytestring. Note that the case of all letters in the ByteString is folded to lower case.