Function mrpt::system::strStarts
Defined in File string_utils.h
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
Defined in File string_utils.h
Return true if “str” starts with “subStr” (case sensitive)
See also