bytestring-encodings

checks to see if a given bytestring adheres to a certain encoding

Latest on Hackage:0.2.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by chessai
Maintained by [email protected]

This module provides a family of functions, isX, of type ByteString -> Bool, which return True if the input ByteString adheres to a certain encoding X, and False otherwise.