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

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.5 && <5.0), text (>=1.1 && <1.3), text-format (>=0.3) [details]
License LicenseRef-OtherLicense
Copyright Copyright (c) 2014-2015 Brendan Hay
Author Brendan Hay
Maintainer Brendan Hay <brendan.g.hay@gmail.com>
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 2015-03-24T17:27:40Z
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 15029 total (133 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-24 [all 1 reports]

Readme for text-manipulate-0.1.3

[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.