Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Programming / String Manipulation  /
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 the Mathematica book: Section 2.7.4.
  • See also: UpperCaseQ, LetterQ, ToLowerCase, ToCharacterCode.

    Further Examples

    A space is not a lower case letter.

    In[1]:=

    Out[1]=

    In[2]:=

    Out[2]=



    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.