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