string-transform

simple and easy haskell string transform wrapper

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

Version on this page:0.1.1
LTS Haskell 22.18:1.1.1
Stackage Nightly 2024-04-24: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.1.1@sha256:38c53aa58b5584d87b427c3bacb6ac4221e864b42665d86df742bfb628207625,1375

Module documentation for 0.1.1

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.