All Projects → haskell → Text

haskell / Text

Licence: bsd-2-clause
An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Text

stringx
Drop-in replacements for base R string functions powered by stringi
Stars: ✭ 14 (-94.35%)
Mutual labels:  unicode, text, string-manipulation
Stringi
THE String Processing Package for R (with ICU)
Stars: ✭ 204 (-17.74%)
Mutual labels:  text, unicode, string-manipulation
Voca rs
Voca_rs is the ultimate Rust string library inspired by Voca.js, string.py and Inflector, implemented as independent functions and on Foreign Types (String and str).
Stars: ✭ 167 (-32.66%)
Mutual labels:  unicode, string-manipulation
Stringy
🉑 Stringy - A PHP string manipulation library with multibyte support, performance optimized
Stars: ✭ 135 (-45.56%)
Mutual labels:  unicode, string-manipulation
Lingo
Text encoding for modern C++
Stars: ✭ 28 (-88.71%)
Mutual labels:  unicode, text
Tiny Utf8
Unicode (UTF-8) capable std::string
Stars: ✭ 322 (+29.84%)
Mutual labels:  unicode, string-manipulation
Portable Utf8
🉑 Portable UTF-8 library - performance optimized (unicode) string functions for php.
Stars: ✭ 405 (+63.31%)
Mutual labels:  unicode, string-manipulation
Js Codepage
💱 Codepages for JS
Stars: ✭ 119 (-52.02%)
Mutual labels:  text, unicode
Textwrap
An efficient and powerful Rust library for word wrapping text.
Stars: ✭ 164 (-33.87%)
Mutual labels:  text, unicode
Stringz
💯 Super fast unicode-aware string manipulation Javascript library
Stars: ✭ 181 (-27.02%)
Mutual labels:  unicode, string-manipulation
Encoding rs
A Gecko-oriented implementation of the Encoding Standard in Rust
Stars: ✭ 196 (-20.97%)
Mutual labels:  unicode
Contour
Modern C++ Terminal Emulator
Stars: ✭ 191 (-22.98%)
Mutual labels:  unicode
Deepsegment
A sentence segmenter that actually works!
Stars: ✭ 211 (-14.92%)
Mutual labels:  text
Swiftrichstring
👩‍🎨 Elegant Attributed String composition in Swift sauce
Stars: ✭ 2,744 (+1006.45%)
Mutual labels:  text
Diagon
Interactive ASCII art diagram generators. 🌟
Stars: ✭ 189 (-23.79%)
Mutual labels:  unicode
Cowsay Files
A collection of additional/alternative cowsay files.
Stars: ✭ 216 (-12.9%)
Mutual labels:  unicode
Sharect
🔗 A lightweight JavaScript library to let users share their text selections to social networks.
Stars: ✭ 192 (-22.58%)
Mutual labels:  text
Rskplaceholdertextview
A light-weight UITextView subclass that adds support for placeholder.
Stars: ✭ 192 (-22.58%)
Mutual labels:  text
V Emoji Picker
🌟 A Lightweight and customizable package of Emoji Picker in Vue using emojis natives (unicode).
Stars: ✭ 231 (-6.85%)
Mutual labels:  unicode
React Native Text Ticker
React Native Text Ticker/Marquee Component
Stars: ✭ 212 (-14.52%)
Mutual labels:  text

text: Fast, packed Unicode strings, using stream fusion

This package provides the Data.Text library, a library for the space- and time-efficient manipulation of Unicode text in Haskell.

Please refer to the package description on Hackage for more information.

Get involved!

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/haskell/text.git

There's also a Mercurial mirror:

  • hg clone https://bitbucket.org/bos/text

(You can create and contribute changes using either Mercurial or git.)

Authors

The base code for this library was originally written by Tom Harper, based on the stream fusion framework developed by Roman Leshchinskiy, Duncan Coutts, and Don Stewart.

The core library was fleshed out, debugged, and tested by Bryan O'Sullivan [email protected], and he is the current maintainer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].