ContentsIndex
Helpers.ByteString
Description
this module contains some helper function for ByteString related functionality
Synopsis
andStr :: ByteString
colonW :: Word8
dashW :: Word8
exclMarkW :: Word8
globW :: Word8
newlineW :: Word8
newline :: ByteString
periodW :: Word8
plusW :: Word8
questMark :: ByteString
slashW :: Word8
spaceCharW :: Word8
underscoreW :: Word8
binStr :: ByteString
closeBracket :: ByteString
dash :: ByteString
docStr :: ByteString
equalSign :: ByteString
etcStr :: ByteString
exclMark :: ByteString
glob :: ByteString
greater :: ByteString
gr_eq :: ByteString
includeStr :: ByteString
libStr :: ByteString
lib64Str :: ByteString
low_eq :: ByteString
orSymbol :: ByteString
openBracket :: ByteString
plus :: ByteString
sbinStr :: ByteString
shareStr :: ByteString
smaller :: ByteString
spaceChar :: ByteString
tilde :: ByteString
usrStr :: ByteString
char_to_Word8 :: Char -> Word8
remove_last_newline :: ByteString -> ByteString
tokenize_BS :: ByteString -> [ByteString]
Documentation
andStr :: ByteString
colonW :: Word8
dashW :: Word8
exclMarkW :: Word8
globW :: Word8
newlineW :: Word8
newline :: ByteString
periodW :: Word8
plusW :: Word8
questMark :: ByteString
slashW :: Word8
spaceCharW :: Word8
underscoreW :: Word8
binStr :: ByteString
closeBracket :: ByteString
dash :: ByteString
docStr :: ByteString
equalSign :: ByteString
etcStr :: ByteString
exclMark :: ByteString
glob :: ByteString
greater :: ByteString
gr_eq :: ByteString
includeStr :: ByteString
libStr :: ByteString
lib64Str :: ByteString
low_eq :: ByteString
orSymbol :: ByteString
openBracket :: ByteString
plus :: ByteString
sbinStr :: ByteString
shareStr :: ByteString
smaller :: ByteString
spaceChar :: ByteString
tilde :: ByteString
usrStr :: ByteString
char_to_Word8 :: Char -> Word8
convert char into Word8
remove_last_newline :: ByteString -> ByteString
if the last element in a ByteString is a newline, discard it, otherwise splitting the ByteString by newlines will result in an empty last element
tokenize_BS :: ByteString -> [ByteString]
split ByteString into tokens separated by whitespace (currently only spaces) making sure to remove any trailing newlines
Produced by Haddock version 2.4.2