pystring: pystring (C++ implementation of Python string methods) pystring: pystring: Originally developed at Sony Pictures Imageworks, pystring is a pystring: collection of C++ functions which match the interface and behavior pystring: of python's string class methods using std::string. Implemented pystring: in C++, it does not require or make use of a python interpreter. pystring: It provides convenience and familiarity for common string operations pystring: not included in the standard C++ library. It's also useful in pystring: environments where both C++ and python are used. pystring: pystring: