Popularity
3.4
Growing
Activity
0.0
Stable
3
4
0

Monthly Downloads: 24
Programming language: Haskell
License: MIT License
Tags: Text     String    

string-transform alternatives and similar packages

Based on the "string" category.
Alternatively, view string-transform alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of string-transform or a related project?

Add another 'string' Package

README

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.