string-transform

simple and easy haskell string transform wrapper

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

Version on this page:1.0.0
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-1.0.0@sha256:ab925177d47f3b02c32bbd3b9d0c90215d47ef8e4ae030ace783f6d1c4797d13,1375

Module documentation for 1.0.0

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.