The stringsearch package
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.
Properties
| Versions | 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 |
|---|---|
| Dependencies | array (≥0.1 & <0.4), base (3.*), bytestring (≥0.9 & <1), containers (≥0.1 & <0.4) or array (0.3.*), base (4.*), bytestring (≥0.9 & <1), containers (0.3.*) or base (2.*) |
| License | BSD3 |
| 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 |
| Upload date | Thu Sep 2 10:24:02 UTC 2010 |
| Uploaded by | DanielFischer |
| Built on | ghc-6.12 |
| Distributions | Fedora: 0.3.6.4, NixOS: 0.3.6.4, Debian: 0.3.6.4, FreeBSD: 0.3.6.4 |
Modules
- Data
- ByteString
Downloads
- stringsearch-0.3.1.tar.gz (Cabal source package)
- package description (included in the package)