clibs/buffer | tiny c-string library | String manipulation | MIT |
jwerle/strsplit.h | Split a string into a char array by a given delimiter | String manipulation | MIT |
hkjels/slug.c | Create slug from a given string. | String manipulation | MIT |
stephenmathieson/case.c | string case conversion | String manipulation | MIT |
stephenmathieson/occurrences.c | Count occurrences in a string | String manipulation | MIT |
stephenmathieson/str-ends-with.c | Check if a string ends with another string | String manipulation | MIT |
stephenmathieson/str-flatten.c | Flatten a char array | String manipulation | MIT |
stephenmathieson/str-replace.c | string replacement | String manipulation | MIT |
stephenmathieson/str-starts-with.c | Check if a string starts with another string | String manipulation | MIT |
stephenmathieson/substr.c | Get a substring of a string | String manipulation | MIT |
stephenmathieson/trim.c | string trim with left and right support | String manipulation | MIT |
dhobsd/vstring | A simple string building API for C | String manipulation | Unlicensed |
chrisdew/sds | Antirez's Simple Dynamic Strings library | String manipulation | BSD |
clibs/wildcardcmp | Simple wildcard string comparison for C | String manipulation | MIT |
littlstar/asprintf.c | asprintf() implementation | String manipulation | Unlicensed |
clibs/strndup | Safe implementation of strndup | String manipulation | public domain |
clibs/strdup | Safe implementation of strdup | String manipulation | Expat |
littlstar/trim.cc | C++ std::string trim util | String manipulation | MIT |
lib-x/xstr | A simple public domain string library | String manipulation | Unlicense |
clibs/bytes | byte-length parser / formatter util | Utilities | MIT |
troydhanson/uthash | C macros for hash tables and more | Data structure | Unlicensed |
rikvdh/zabuffer | A Zero-allocation buffer handling library for low-memory applications. | Data structure | MIT |
rikvdh/matching | String-based parser based on matching strings for interpreting and handling string-based interfaces. | Parsing | MIT |
adricoin2010/UTF8-Iterator | Minimalist UTF8 Iterator for C and C++. | Encoding/Decoding | MIT |