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.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.
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 & <0.5), base (4.*), bytestring (≥0.9 & <1), containers (≥0.3 & <0.6) or base (2.*) |
| License | BSD3 |
| Copyright | (c) 2007-2011 Daniel Fischer, Chris Kuklewicz, Justin Bailey |
| Author | Daniel Fischer, Chris Kuklewicz, Justin Bailey |
| Maintainer | daniel.is.fischer@googlemail.com |
| Category | Text, Search |
| Home page | https://bitbucket.org/dafis/stringsearch |
| Bug tracker | https://bitbucket.org/dafis/stringsearch/issues |
| Source repository | hg clone https://bitbucket.org/dafis/stringsearch |
| Upload date | Tue Oct 2 02:37:46 UTC 2012 |
| Uploaded by | BryanOSullivan |
| Built on | ghc-7.6 |
| 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.6.4.tar.gz (Cabal source package)
- package description (included in the package)