bytestring-encodings

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

LTS Haskell 24.1:0.2.0.2
Stackage Nightly 2025-07-23:0.2.0.2
Latest on Hackage:0.2.0.2

See all snapshots bytestring-encodings appears in

MIT licensed by chessai
Maintained by [email protected]
This version can be pinned in stack with:bytestring-encodings-0.2.0.2@sha256:2ba2a0a729af09c25819055214504a6ec3bbed187e58dcfe1fc50bcb0f40cb52,1378

Module documentation for 0.2.0.2

Used by 1 package in lts-24.1(full list with versions):

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.

Changes

0.1.0.0 chessai [email protected] Feb 2018

  • First version. Ascii and Utf8 support only.