bytestring-encodings

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

LTS Haskell 24.28:0.2.0.2
Stackage Nightly 2026-01-18: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

  • Data
    • Data.ByteString
      • Data.ByteString.Encodings
      • Data.ByteString.Internal
        • Data.ByteString.Internal.Ascii
        • Data.ByteString.Internal.Utf8
Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2026-01-18(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.