UpperCaseQ
UpperCaseQ(str)
is
True
if the givenstr
is a string which only contains upper case characters.
Examples
>> UpperCaseQ("ABCDEFGHIJKLMNOPQRSTUVWXYZ")True
>> UpperCaseQ("ABCDEFGHIJKLMNopqRSTUVWXYZ")False
Implementation status
- ✅ - full supported