Portability | portable |
---|---|
Maintainer | Yitz Gale <yitzg@suite-sol.com> |
Split a lazy bytestring into a lazy list of lazy bytestrings at boundaries defined by an attoparsec parser. The result of a matching parse is included at the beginning of the lazy bytestring which begins at that point.
- split :: Parser ByteString -> ByteString -> [ByteString]
Documentation
split :: Parser ByteString -> ByteString -> [ByteString]Source
Split a lazy bytestring at boundaries defined by an attoparsec parser.