#include #include #include using namespace zvec; int main() { std::string a{"hello world"}; std::cout << ailego::StringHelper::StartsWith(a, "hello") << std::endl; }