Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > String Patterns >

IgnoreCase

IgnoreCase
is an option for string manipulation and searching functions which specifies whether lower- and upper-case letters should be treated as equivalent.
  • With the default setting IgnoreCase->False, lower- and upper-case letters are treated as totally different.
  • With the setting IgnoreCase->True, lower- and upper-case letters are treated as equivalent.
  • IgnoreCase in no way affects the parsing of Mathematica expressions.
With IgnoreCase->True, lower- and upper-case letters are treated as equivalent:
In[1]:=
Click for copyable input
Out[1]=
Use IgnoreCase->False to treat lower- and upper-case letters as distinct letters:
In[2]:=
Click for copyable input
Out[2]=
New in 2
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team