|
UpperCaseQ
UpperCaseQ[string] yields True if all the characters in the string are upper-case letters, and yields False otherwise.
UpperCaseQ treats both ordinary and special characters.
See Section 2.8.4.
See also: LowerCaseQ, LetterQ, ToUpperCase, ToCharacterCode.
New in Version 2; modified in 3.
Further Examples
|