@hackage stringsearch0.3.6.4
Fast searching, splitting and replacing of ByteStrings
Categories
License
BSD-3-Clause
Maintainer
daniel.is.fischer@googlemail.com
Links
Versions
Installation
Dependencies (4)
- array >=0.1 && <0.4
- base >=3 && <4
- bytestring >=0.9 && <1
- containers >=0.3 && <0.6 Show all…
Dependents (44)
@hackage/postgres-websockets, @hackage/cabal-cache, @hackage/smtps-gmail, @hackage/pgstream, @hackage/RefSerialize, @hackage/cblrepo, Show all…
Package Flags
base4
(on by default)
Choose base-4.*
base3
(off by default)
Choose base-3.* if base-4 isn't available
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.