string-transform

simple and easy haskell string transform

https://github.com/ncaq/string-transform#readme

Version on this page:0.0.1
LTS Haskell 22.18:1.1.1
Stackage Nightly 2024-04-22:1.1.1
Latest on Hackage:1.1.1

See all snapshots string-transform appears in

MIT licensed by ncaq
Maintained by [email protected]
This version can be pinned in stack with:string-transform-0.0.1@sha256:f23274ee2ca8085b7cf8246858b755b2197080bd50e16743f42f8ad8909b2d95,1202

Module documentation for 0.0.1

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.