Function TRAP::Utils::String::IsAlpha#
Function Documentation#
-
constexpr bool TRAP::Utils::String::IsAlpha(char c)#
Check if a character is an alphabetic character.
- Parameters:
c – Character to check.
- Returns:
True if character is an alphabetic character, false otherwise.