https://github.com/brendanhay/text-manipulate
Textual case conversion and word boundary manipulation
https://github.com/brendanhay/text-manipulate
Last synced: 20 days ago
JSON representation
Textual case conversion and word boundary manipulation
- Host: GitHub
- URL: https://github.com/brendanhay/text-manipulate
- Owner: brendanhay
- License: mpl-2.0
- Created: 2014-10-16T16:38:18.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T07:44:51.000Z (about 3 years ago)
- Last Synced: 2024-05-01T23:17:20.112Z (12 months ago)
- Language: Haskell
- Homepage:
- Size: 144 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Manipulate
[![MPL2][license-badge]][license]
[![Build][build-badge]][build]
[![Hackage][hackage-badge]][hackage]
[![Nix][nix-badge]][nix]
[![Cachix][cachix-badge]][cachix][license]: https://opensource.org/licenses/MPL-2.0
[license-badge]: https://img.shields.io/badge/license-MPL%202.0-blue.svg
[build]: https://github.com/brendanhay/text-manipulate/actions
[build-badge]: https://github.com/brendanhay/text-manipulate/workflows/build/badge.svg
[hackage]: http://hackage.haskell.org/package/text-manipulate
[hackage-badge]: https://img.shields.io/hackage/v/text-manipulate.svg
[nix]: https://nixos.org
[nix-badge]: https://img.shields.io/badge/builtwith-nix-purple.svg
[cachix]: https://amazonka.cachix.org
[cachix-badge]: https://img.shields.io/badge/cachix-amazonka-purple.svgManipulate 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.