https://github.com/ncaq/string-transform
simple and easy haskell string transform
https://github.com/ncaq/string-transform
haskell haskell-library string
Last synced: 7 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T05:39:13.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T11:21:47.937Z (7 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
[](https://travis-ci.org/ncaq/string-transform)
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.