Registry / utility / strtk
library2020-09-14vcpkgunverified

robust, optimized and portable string processing algorithms for the C++ language

vcpkg install strtk
INSTALL
IMPORT
SIG · STRTK
S
strtk
utilitycppv2020-09-14
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.

strtk.hpp
#include <strtk.hpp>

Parse a comma-separated string into integers

#include <strtk.hpp> #include <string> #include <vector> int main() { std::string data = "1,2,3,4,5"; std::vector<int> values; strtk::parse(data, ",", values); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2020-09-14latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

strtk — pip install strtk · libregistry