fast ByteString search and replace functions
This package provides several functions to quickly search for
substrings in strict or lazy ByteStrings.  It also provides functions
for breaking or splitting on substrings and replacing all occurrences
of a substring (the first in case of overlaps) with another.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://hackage.haskell.org/package/stringsearch
