Function Blam::Utils::String::ContainsChar¶
Defined in File string.h
Function Documentation¶
-
bool
Blam::Utils::String::ContainsChar(std::string string, char contains)¶ Determines whether or not a string contains the specified character.
- Return
Whether or not the string contains the specified character.
- Parameters
string: - The original string.contains: - The character to look for.