pystring
String utility library
A set of C++ functions mimicking Python string class methods using std::string.
C++ functions matching the interface and behavior of python string methods with std::string
954 stars
46 watching
160 forks
Language: C++
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
stevenlr/flint | A collection of simple, header-only C libraries providing utility functions and data structures | 12 |
maxim2266/str | A lightweight C library providing string manipulation functions. | 307 |
kieselsteini/sts | A collection of single-file libraries for various tasks. | 75 |
treeform/chroma | A library for working with colors in Nim programming language | 107 |
dgilland/pydash | A comprehensive set of functional utilities for Python | 1,331 |
serkanyersen/underscore.py | A Python port of a JavaScript utility library providing functional programming tools and micro templating functionality. | 291 |
jprichardson/string.js | Provides additional string manipulation methods in JavaScript without modifying the native prototype. | 1,809 |
mosteo/cstrings | Convenience subprograms for working with C-style strings in Ada programming | 1 |
sawickiap/str_view | A small C++ library for creating immutable string views into externally owned character strings. | 24 |
skarupke/std_function | A C++ library providing a set of standard function wrappers around common programming tasks. | 45 |
aptusproject/aptus-core | A utility library providing defensive coding practices and simple solutions for common tasks in Scala | 8 |
ocornut/str | A lightweight C++ string type with an optional local buffer. | 248 |
kennethormandy/utility-opentype | Utility classes for advanced typographic features in CSS. | 500 |
vindarel/cl-str | A modern and consistent Common Lisp library for string manipulation. | 309 |
ded/valentine | A JavaScript utility library providing functional iterators and common helpers such as waterfalls, queues, and parallels. | 286 |