Member predicate Char::isUppercase
Holds if the character is not a lowercase letter.
This means it holds for digits and special characters, which matches the behavior of
string.isUppercase().
predicate isUppercase()Holds if the character is not a lowercase letter.
This means it holds for digits and special characters, which matches the behavior of
string.isUppercase().
predicate isUppercase()