| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.ByteString.Ascii
- isAscii :: ByteString -> Bool
Documentation
isAscii :: ByteString -> Bool Source #
isAscii can tell if a given ByteString is ASCII-encoded.
bytestring-encodings-0.1.0.1: checks to see if a given bytestring adheres to a certain encoding
| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.ByteString.Ascii
isAscii :: ByteString -> Bool Source #
isAscii can tell if a given ByteString is ASCII-encoded.