Registry / utility / string-lite

string-lite

JSON →
library0.0.0vcpkgunverified

String algorithms for C++11 and later in a single-file header-only library.

vcpkg install string-lite
INSTALL
IMPORT
SIG · STRING-LITE
S
string-lite
utilitycppv0.0.0
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.

nonstd/string_lite.hpp
#include <nonstd/string_lite.hpp>

Trims whitespace from a string

#include <nonstd/string_lite.hpp> #include <iostream> int main() { std::string result = nonstd::trim_copy(" hello "); std::cout << "Trimmed: '" << result << "'\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

string-lite — pip install string-lite · libregistry