@hackage string-transform0.0.1

simple and easy haskell string transform

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.