text-manipulate: Case conversion, word boundary manipulation, and textual subjugation.

[ data, library, mpl, text ] [ Propose Tags ]

Manipulate identifiers and structurally non-complex pieces of text by delimiting word boundaries via a combination of whitespace, control-characters, and case-sensitivity.

Has support for common idioms like casing of programmatic variable names, taking, dropping, and splitting by word, and modifying the first character of a piece of text.

Caution: this library makes heavy use of the text library's internal loop optimisation framework. Since internal modules are not guaranteed to have a stable API there is potential for build breakage when the text dependency is upgraded. Consider yourself warned!


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.2.1, 0.1.3, 0.1.3.1, 0.2.0, 0.2.0.1, 0.3.0.0, 0.3.1.0
Dependencies base (>=4.12 && <5), text (>=1.1 && <1.3) [details]
License MPL-2.0
Copyright Copyright (c) 2014-2020 Brendan Hay
Author Brendan Hay
Maintainer Brendan Hay <brendan.g.hay@gmail.com>
Revised Revision 1 made by sjakobi at 2022-01-03T18:30:57Z
Category Data, Text
Home page https://github.com/brendanhay/text-manipulate
Source repo head: git clone git://github.com/brendanhay/text-manipulate.git
Uploaded by BrendanHay at 2020-11-28T12:41:43Z
Distributions Arch:0.3.1.0, Debian:0.2.0.1, Fedora:0.3.1.0, LTSHaskell:0.3.1.0, NixOS:0.3.1.0, Stackage:0.3.1.0
Reverse Dependencies 11 direct, 73 indirect [details]
Downloads 15002 total (138 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-11-28 [all 1 reports]

Readme for text-manipulate-0.3.0.0

[back to package description]

Text Manipulate

Manipulate identifiers and structurally non-complex pieces of text by delimiting word boundaries via a combination of whitespace, control-characters, and case-sensitivity.

Has support for common idioms like casing of programmatic variable names, taking, dropping, and splitting text by word, and modifying the first character of a piece of text.