string-transform: simple and easy haskell string transform

[ library, mit, text ] [ Propose Tags ]

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.git#readme
Bug tracker https://github.com/ncaq/string-transform.git/issues
Source repo head: git clone https://github.com/ncaq/string-transform.git
Uploaded by ncaq at 2017-09-11T10:42:41Z
Distributions LTSHaskell:1.1.1, NixOS:1.1.1, Stackage:1.1.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3862 total (27 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-11 [all 1 reports]

Readme for string-transform-0.0.0

[back to package description]

string-transform

Build Status

It is

  • Prelude.String
  • Data.ByteString.ByteString
  • Data.ByteString.Lazy.ByteString
  • Data.Text.Text
  • Data.Text.Lazy.Text

transform wrapper.

It is simple and easy.

provide function

  • toString
  • toByteStringStrict
  • toByteStringLazy
  • toTextStrict
  • toTextLazy

note

It wrapper expect that ByteString encode is utf-8.