packages feed

string-transform-0.1.0: README.md

# 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`
* `toTextStrict`
* `toTextLazy`

# note

It wrapper expect that `ByteString` encode is utf-8.