string-transform

simple and easy haskell string transform wrapper

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

Version on this page:0.1.0
LTS Haskell 22.13:1.1.1
Stackage Nightly 2024-03-14: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.0@sha256:ef7b7d9faf87ccac4ec4c4d6293754d4d1b417e3cb8d9c4ce7ed9a91c4db5c7d,1210

Module documentation for 0.1.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.