Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ncaq/string-transform
- Owner: ncaq
- License: mit
- Created: 2017-09-11T09:17:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T05:39:13.000Z (over 3 years ago)
- Last Synced: 2024-11-30T11:21:47.937Z (about 2 months ago)
- Topics: haskell, haskell-library, string
- Language: Haskell
- Homepage: https://www.stackage.org/package/string-transform
- Size: 18.6 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.