# string-transform [![Build Status](https://travis-ci.org/ncaq/string-transform.svg?branch=master)](https://travis-ci.org/ncaq/string-transform) ![Hackage](https://img.shields.io/hackage/v/string-transform.svg) 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.