Function Blam::Utils::String::ends_with

Function Documentation

bool Blam::Utils::String::ends_with(std::string string, std::string ends_with)

Determines whether or not a string ends with another string, case-sensetive.

Return

Whether or not the string ends with the specified suffix.

Parameters
  • string: - The original string.

  • ends_with: - The string to test for.