Skip to content

UpperCaseQ

UpperCaseQ(str)

is True if the given str is a string which only contains upper case characters.

Examples

>> UpperCaseQ("ABCDEFGHIJKLMNOPQRSTUVWXYZ")
True
>> UpperCaseQ("ABCDEFGHIJKLMNopqRSTUVWXYZ")
False

Implementation status

  • ✅ - full supported

Github