Function mrpt::system::strStartsI

Function Documentation

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

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

See also

strStarts