Function Blam::Utils::String::starts_with_ci

Function Documentation

bool Blam::Utils::String::starts_with_ci(std::string string, std::string starts_with)

Determines whether or not a string starts with another string, case-insensetive.

Return

Whether or not the string starts with the specified prefix.

Parameters
  • string: - The original string.

  • starts_with: - The string to test for.