11 #ifndef TLX_STRING_STARTS_WITH_HEADER 12 #define TLX_STRING_STARTS_WITH_HEADER 26 bool starts_with(
const char* str,
const char* match);
75 #endif // !TLX_STRING_STARTS_WITH_HEADER bool starts_with(const char *str, const char *match)
Checks if the given match string is located at the start of this string.
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking
bool starts_with_icase(const char *str, const char *match)
Checks if the given match string is located at the start of this string.