Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Programming / String Manipulation  /
ToLowerCase

  • ToLowerCase[ string ] yields a string in which all letters have been converted to lower case.
  • ToLowerCase handles both ordinary and special characters.
  • Variant upper-case characters such as \[CurlyCapitalUpsilon] are converted to their non-variant lower-case forms.
  • See the Mathematica book: Section 2.7.4.
  • See also: LowerCaseQ, ToUpperCase, StringReplace, IgnoreCase.

    Further Examples

    ToLowerCase applied to itself.

    In[1]:=

    Out[1]=



    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.