Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.ByteString.Internal.Ascii
Synopsis
- isAscii :: ByteString -> Bool
Documentation
isAscii :: ByteString -> Bool Source #
O(n/8) detremine if a ByteString
is
ASCII-encoded.
bytestring-encodings-0.2.0.2: checks to see if a given bytestring adheres to a certain encoding
Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.ByteString.Internal.Ascii
isAscii :: ByteString -> Bool Source #
O(n/8) detremine if a ByteString
is
ASCII-encoded.