Registry / utility / pystring

pystring

JSON →
library1.1.4vcpkgunverified

Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string

vcpkg install pystring
INSTALL
IMPORT
SIG · PYSTRING
P
pystring
utilitycppv1.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pystring.h
#include <pystring.h>

Convert string to uppercase using pystring

#include <pystring.h> #include <iostream> int main() { std::string s = "hello world"; std::cout << pystring::upper(s) << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

pystring — pip install pystring · libregistry