Function mrpt::system::strStarts

Function Documentation

bool mrpt::system::strStarts(const std::string &str, const std::string &subStr)

Return true if “str” starts with “subStr” (case sensitive)

See also

strStartsI