Description
checks to see if a given bytestring adheres to a certain encoding.
Description
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.