string-transform: simple and easy haskell string transform wrapper

[ library, mit, text ] [ Propose Tags ]
This version is deprecated.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.1, 0.1.0, 0.1.1, 1.0.0, 1.1.0, 1.1.1 (info)
Dependencies base (>=4.7 && <5), bytestring, text, utf8-string [details]
License MIT
Copyright © ncaq
Author ncaq
Maintainer ncaq@ncaq.net
Category Text
Home page https://github.com/ncaq/string-transform#readme
Bug tracker https://github.com/ncaq/string-transform/issues
Source repo head: git clone https://github.com/ncaq/string-transform
Uploaded by ncaq at 2017-09-14T14:30:08Z
Distributions LTSHaskell:1.1.1, NixOS:1.1.1, Stackage:1.1.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3843 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-09-14 [all 1 reports]

Readme for string-transform-0.1.0

[back to package description]

string-transform

Build Status Hackage

simple and easy haskell string transform wrapper.

provide function

  • toString
  • toByteStringStrict
  • toByteStringLazy
  • toTextStrict
  • toTextLazy

note

It wrapper expect that ByteString encode is utf-8.