strings: Functions for working with strings, including Text, ByteString, etc.

[ library, mit, string, text, utility ] [ Propose Tags ]

This package provides various functions for working with strings, such as join, split, toUppercase, etc.

The functions in this package work with all kinds of strings such as Text, ByteString, String, and their respective lazy counter parts. There is also an interface which is agnostic of the underlying string type.

v1.0.2
Fixed an issue with strSplitAll. Applied to the empty string it should return an empty list, but it returned a list containing a single empty string. It now returns correctly the empty list.
v1.1
Added strToUpper, strToLower, strCapitalize, strCons, and strMap. Also sCapitalize, sCons, and sMap.

Modules

[Index]

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

  • No Candidates
Versions [RSS] 1.0.0, 1.0.2, 1.1
Dependencies base (>=4 && <5), bytestring (>=0.9 && <0.12), text (>=0.10) [details]
License MIT
Author Julian Fleischer <julian.fleischer@fu-berlin.de>
Maintainer Julian Fleischer <julian.fleischer@fu-berlin.de>
Revised Revision 1 made by Bodigrim at 2023-03-30T22:12:11Z
Category Text, String, Utility
Home page http://hub.darcs.net/scravy/strings
Source repo head: darcs get hub.darcs.net:strings
Uploaded by JulianFleischer at 2013-05-26T08:43:05Z
Distributions NixOS:1.1
Reverse Dependencies 7 direct, 3 indirect [details]
Downloads 4521 total (36 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]