Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ncaq/string-transform

simple and easy haskell string transform
https://github.com/ncaq/string-transform

haskell haskell-library string

Last synced: about 1 month ago
JSON representation

simple and easy haskell string transform

Awesome Lists containing this project

README

        

# deprecated

Other libraries are better.

* [convertible :: Stackage Server](https://www.stackage.org/package/convertible)
* [string-conversions :: Stackage Server](https://www.stackage.org/package/string-conversions)

[Haskellの文字列型同士の変換が欲しい場合はconvertibleかstring-conversionsを使うと良い感じです - ncaq](https://www.ncaq.net/2021/09/21/13/56/20/)

# 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.