All Projects → Stringz → Similar Projects or Alternatives

372 Open source projects that are alternatives of or similar to Stringz

Portable Utf8
🉑 Portable UTF-8 library - performance optimized (unicode) string functions for php.
Stars: ✭ 405 (+123.76%)
Mutual labels:  unicode, string-manipulation, utf-8
string theory
Flexible modern C++ string library with type-safe formatting
Stars: ✭ 32 (-82.32%)
Mutual labels:  strings, utf-8, 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 (-7.73%)
Mutual labels:  unicode, string-manipulation, utf-8
Tiny Utf8
Unicode (UTF-8) capable std::string
Stars: ✭ 322 (+77.9%)
Mutual labels:  unicode, string-manipulation, utf-8
unicode-c
A C library for handling Unicode, UTF-8, surrogate pairs, etc.
Stars: ✭ 32 (-82.32%)
Mutual labels:  unicode, utf-8
Guide To Swift Strings Sample Code
Xcode Playground Sample Code for the Flight School Guide to Swift Strings
Stars: ✭ 136 (-24.86%)
Mutual labels:  unicode, strings
Libft
42 library of basic C functions - queues, lists, memory operations and more 😄
Stars: ✭ 21 (-88.4%)
Mutual labels:  strings, string-manipulation
Str
str: yet another string library for C language.
Stars: ✭ 159 (-12.15%)
Mutual labels:  strings, string-manipulation
Text
An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework.
Stars: ✭ 248 (+37.02%)
Mutual labels:  unicode, string-manipulation
utf8-validator
UTF-8 Validator
Stars: ✭ 18 (-90.06%)
Mutual labels:  unicode, utf-8
characteristics
Character info under different encodings
Stars: ✭ 25 (-86.19%)
Mutual labels:  unicode, utf-8
Tomlplusplus
Header-only TOML config file parser and serializer for C++17 (and later!).
Stars: ✭ 403 (+122.65%)
Mutual labels:  unicode, utf-8
simdutf8
SIMD-accelerated UTF-8 validation for Rust.
Stars: ✭ 426 (+135.36%)
Mutual labels:  unicode, utf-8
the-stringler
An OOP approach to string manipulation.
Stars: ✭ 36 (-80.11%)
Mutual labels:  strings, string-manipulation
stringx
Drop-in replacements for base R string functions powered by stringi
Stars: ✭ 14 (-92.27%)
Mutual labels:  unicode, string-manipulation
Util
A collection of useful utility functions
Stars: ✭ 201 (+11.05%)
Mutual labels:  strings, string-manipulation
Stringy
A PHP string manipulation library with multibyte support
Stars: ✭ 2,461 (+1259.67%)
Mutual labels:  strings, utf-8
python-string-utils
A handy Python library to validate, manipulate and generate strings
Stars: ✭ 47 (-74.03%)
Mutual labels:  strings, string-manipulation
Awesome Unicode
😂 👌 A curated list of delightful Unicode tidbits, packages and resources.
Stars: ✭ 693 (+282.87%)
Mutual labels:  unicode, utf-8
UnicodeBOMInputStream
Doing things right, in the name of Sun / Oracle
Stars: ✭ 36 (-80.11%)
Mutual labels:  unicode, utf-8
Stringy
🉑 Stringy - A PHP string manipulation library with multibyte support, performance optimized
Stars: ✭ 135 (-25.41%)
Mutual labels:  unicode, string-manipulation
StringPool
A performant and memory efficient storage for immutable strings with C++17. Supports all standard char types: char, wchar_t, char16_t, char32_t and C++20's char8_t.
Stars: ✭ 19 (-89.5%)
Mutual labels:  strings, utf-8
Unibits
Visualize different Unicode encodings in the terminal
Stars: ✭ 125 (-30.94%)
Mutual labels:  unicode, utf-8
libWinTF8
The library handling things related to UTF-8 and Unicode when you want to port your program to Windows
Stars: ✭ 18 (-90.06%)
Mutual labels:  unicode, utf-8
Cuerdas
String manipulation library for Clojure(Script)
Stars: ✭ 272 (+50.28%)
Mutual labels:  strings, string-manipulation
Transliteration
UTF-8 to ASCII transliteration / slugify module for node.js, browser, Web Worker, React Native, Electron and CLI.
Stars: ✭ 444 (+145.3%)
Mutual labels:  unicode, utf-8
homoglyphs
Homoglyphs: get similar letters, convert to ASCII, detect possible languages and UTF-8 group.
Stars: ✭ 70 (-61.33%)
Mutual labels:  unicode, utf-8
Twine
String manipulation, leveled up!
Stars: ✭ 496 (+174.03%)
Mutual labels:  strings, string-manipulation
Unicopy
Unicode command-line codepoint dumper
Stars: ✭ 16 (-91.16%)
Mutual labels:  unicode, utf-8
Lingo
Text encoding for modern C++
Stars: ✭ 28 (-84.53%)
Mutual labels:  unicode, utf-8
jurl
Fast and simple URL parsing for Java, with UTF-8 and path resolving support
Stars: ✭ 84 (-53.59%)
Mutual labels:  unicode, utf-8
UniObfuscator
Java obfuscator that hides code in comment tags and Unicode garbage by making use of Java's Unicode escapes.
Stars: ✭ 40 (-77.9%)
Mutual labels:  unicode, utf-8
ocreval
Update of the ISRI Analytic Tools for OCR Evaluation with UTF-8 support
Stars: ✭ 48 (-73.48%)
Mutual labels:  unicode, utf-8
Mightystring
Making Ruby Strings Powerful
Stars: ✭ 28 (-84.53%)
Mutual labels:  strings, string-manipulation
Str
A fast, solid and strong typed string manipulation library with multibyte support
Stars: ✭ 199 (+9.94%)
Mutual labels:  string-manipulation, utf-8
Bstr
A string type for Rust that is not required to be valid UTF-8.
Stars: ✭ 348 (+92.27%)
Mutual labels:  unicode, utf-8
Stringi
THE String Processing Package for R (with ICU)
Stars: ✭ 204 (+12.71%)
Mutual labels:  unicode, string-manipulation
bigint
bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which deals with very very large Integers. It can also be used in Decryption process. It has many inbuilt functions which can be very useful.
Stars: ✭ 34 (-81.22%)
Mutual labels:  strings, string-manipulation
Encoding.js
Convert or detect character encoding in JavaScript
Stars: ✭ 338 (+86.74%)
Mutual labels:  unicode, utf-8
Chr
🔤 Lightweight R package for manipulating [string] characters
Stars: ✭ 18 (-90.06%)
Mutual labels:  strings, string-manipulation
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-80.66%)
Mutual labels:  strings, string-manipulation
Box Cli Maker
Make Highly Customized Boxes for your CLI
Stars: ✭ 115 (-36.46%)
Mutual labels:  unicode
Idna
Internationalized Domain Names for Python (IDNA 2008 and UTS #46)
Stars: ✭ 138 (-23.76%)
Mutual labels:  unicode
Cheatsheet
Pretty cheat sheets, or ``reference cards'', obtainable from Org files.
Stars: ✭ 116 (-35.91%)
Mutual labels:  unicode
Blog
Our open source benchmarks and code samples
Stars: ✭ 162 (-10.5%)
Mutual labels:  strings
Sse4 Strstr
SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification
Stars: ✭ 115 (-36.46%)
Mutual labels:  string-manipulation
Strutil
String utilities for Go
Stars: ✭ 114 (-37.02%)
Mutual labels:  strings
Chaos
Proof of concept, general purpose pastejacker for GNU/Linux
Stars: ✭ 115 (-36.46%)
Mutual labels:  unicode
Punic
PHP translation and localization made easy!
Stars: ✭ 133 (-26.52%)
Mutual labels:  unicode
Uniseg
Unicode Text Segmentation for Go (or: How to Count Characters in a String)
Stars: ✭ 113 (-37.57%)
Mutual labels:  unicode
Strtk
C++ String Toolkit Library
Stars: ✭ 113 (-37.57%)
Mutual labels:  string-manipulation
Z.js
🦄 Hide text via Unicode's ZW(N)Js
Stars: ✭ 161 (-11.05%)
Mutual labels:  string-manipulation
Tokenizer
Fast and customizable text tokenization library with BPE and SentencePiece support
Stars: ✭ 132 (-27.07%)
Mutual labels:  unicode
Tendo
Official repository of python tendo library, always welcoming new contributions.
Stars: ✭ 113 (-37.57%)
Mutual labels:  unicode
Proposal Regexp Unicode Property Escapes
Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.
Stars: ✭ 112 (-38.12%)
Mutual labels:  unicode
Bedrock Unicode Characters
Minecraft:Bedrock Edition Unicode characters
Stars: ✭ 130 (-28.18%)
Mutual labels:  unicode
Strings
A set of useful functions for transforming strings.
Stars: ✭ 111 (-38.67%)
Mutual labels:  strings
Helpers
A collection of Javascript String and Array helpers for Laravel developers
Stars: ✭ 108 (-40.33%)
Mutual labels:  string-manipulation
Confusable homoglyphs
ϲοnfuѕаblе_һοmоɡlyphs
Stars: ✭ 130 (-28.18%)
Mutual labels:  unicode
Hybrid Fonts
Monospaced fonts patched with Chinese characters and extra glyphs from Nerd Fonts
Stars: ✭ 102 (-43.65%)
Mutual labels:  unicode
1-60 of 372 similar projects