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.


[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.6 && <5), text (>=1.1) [details]
License MPL-2.0
Copyright Copyright (c) 2014-2022 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 2022-03-20T06:12:25Z
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 2022-03-20 [all 1 reports]

Readme for text-manipulate-0.3.1.0

[back to package description]

Text Manipulate

MPL2 Build Hackage Nix Cachix

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.