text-manipulate: Textual case conversion and word boundary manipulation

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


[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.5 && <5.0), text (>=1.1 && <1.3), text-format (>=0.3) [details]
License LicenseRef-OtherLicense
Copyright Copyright (c) 2014 Brendan Hay
Author Brendan Hay
Maintainer brendan.g.hay@gmail.com
Revised Revision 1 made by BrendanHay at 2014-10-19T15:02:48Z
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 2014-10-19T14:57:34Z
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 15067 total (136 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for text-manipulate-0.1.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.