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

Safe HaskellNone
LanguageHaskell98

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 -> ByteString Source

Project back to a regular bytestring.

unsensitize :: ByteString -> ByteString Source

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