C++ library providing Python string methods interface
Collection of C++ functions for the interface of Python's string class methods
pystring$ #include <pystring/pystring.h>$ std::vector<std::string> parts = pystring::split("hello,world", ",");$ std::string result = pystring::strip(" text ");