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