str
String library
A lightweight C library providing string manipulation functions.
str: yet another string library for C language.
310 stars
10 watching
21 forks
Language: C
last commit: about 1 month ago
Linked from 1 awesome list
cstring-manipulationstrings
Related projects:
Repository | Description | Stars |
---|---|---|
vindarel/cl-str | A modern and consistent Common Lisp library for string manipulation. | 310 |
ocornut/str | A lightweight C++ string type with an optional local buffer. | 248 |
mosteo/cstrings | Convenience subprograms for working with C-style strings in Ada programming | 1 |
sheredom/utf8.h | A single header library providing UTF-8 string functions similar to those in standard C libraries. | 1,750 |
imageworks/pystring | A set of C++ functions mimicking Python string class methods using std::string. | 964 |
jprichardson/string.js | Provides additional string manipulation methods in JavaScript without modifying the native prototype. | 1,810 |
mengrao/str | An optimized string class with an adaptive hash table for fast searching and comparisons | 125 |
skullchap/chadstr | A C library for efficiently handling strings in various operations such as concatenation, copying, and embedding. | 826 |
pierrezurek/signsrch | A Standard ML implementation of a search library | 5 |
blady-com/uxstrings | Improves the representation of character strings in Ada GUI applications to handle internationalization and Unicode support more efficiently | 11 |
kieselsteini/sts | A collection of single-file libraries for various tasks. | 76 |
r1chardj0n3s/parse | A library that parses strings using a specification based on the Python format() syntax | 1,717 |
stevenlr/flint | A collection of simple, header-only C libraries providing utility functions and data structures | 12 |
mnmlstc/core | A C++11 library that provides a subset of features and utilities for general-purpose programming | 248 |
burner/std.rcstring | An implementation of reference counted string functionality for D programming language strings. | 9 |