@hackage / stringsearch

Fast searching, splitting and replacing of ByteStrings

Latest0.3.6.6

About

Metadata

  • Last updated , by AndreasAbel
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: daniel.is.fischer@googlemail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    base4 (on by default)

    Choose base-4.*

    base3 (off by default)

    Choose base-3.* if base-4 isn't available

Readme

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.