stringsearch: Fast searching, splitting and replacing of ByteStrings
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.8 are no longer supported, other compilers only if they support BangPatterns. If you need it to work with other compilers, send a feature request.
Versions [faq] | 0.1, 0.1.1, 0.2, 0.2.1.1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.6.1, 0.3.6.2, 0.3.6.3, 0.3.6.4, 0.3.6.5, 0.3.6.6 |
---|---|
Change log | CHANGES |
Dependencies | array (>=0.1 && <0.4), base (>=2 && <5), bytestring (>=0.9 && <1), containers (>=0.1 && <0.4) [details] |
License | BSD-3-Clause |
Copyright | (c) 2007-2010 Daniel Fischer, Chris Kuklewicz, Justin Bailey |
Author | Daniel Fischer, Chris Kuklewicz, Justin Bailey |
Maintainer | daniel.is.fischer@web.de |
Category | Text, Search |
Uploaded | by DanielFischer at Thu Sep 2 10:24:02 UTC 2010 |
Distributions | Arch:0.3.6.6, Debian:0.3.6.6, Fedora:0.3.6.6, FreeBSD:0.3.6.6, LTSHaskell:0.3.6.6, NixOS:0.3.6.6, Stackage:0.3.6.6 |
Downloads | 77179 total (337 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Flags
Name | Description | Default | Type |
---|---|---|---|
base4 | Choose base-4.* | Enabled | Automatic |
base3 | Choose base-3.* if base-4 isn't available | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- stringsearch-0.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)