stringsearch

Fast searching, splitting and replacing of ByteStrings

https://bitbucket.org/dafis/stringsearch

Version on this page:0.3.6.6
LTS Haskell 22.14:0.3.6.6@rev:1
Stackage Nightly 2024-03-28:0.3.6.6@rev:1
Latest on Hackage:0.3.6.6@rev:1

See all snapshots stringsearch appears in

BSD-3-Clause licensed by Daniel Fischer, Chris Kuklewicz, Justin Bailey
Maintained by [email protected]
This version can be pinned in stack with:stringsearch-0.3.6.6@sha256:d5a4e6a25fa7aa9694881dab1ed029a2e3c5be9e2667fc523d9b6ea7b71e383d,4124
Used by 3 packages in nightly-2016-03-23(full list with versions):

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. GHC before 6.10 are no longer supported, other compilers only if they support BangPatterns. If you need it to work with other compilers, send a feature request.