string-transform

simple and easy haskell string transform wrapper

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

Version on this page:1.1.0
LTS Haskell 22.14:1.1.1
Stackage Nightly 2024-03-28: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.1.0@sha256:b0717fffba9b20db722be7bc40e7149d29c41ebbe1685362a51c37d8fd9db13b,1375

Module documentation for 1.1.0

  • Data
    • Data.String
      • Data.String.Transform

string-transform

Build Status Hackage

simple and easy haskell string transform wrapper.

provide function

  • toString
  • toByteStringStrict
  • toByteStringLazy
  • toShortByteString
  • toTextStrict
  • toTextLazy

note

It wrapper expect that ByteString encode is utf-8.