Mathematica 9 is now available

IgnoreCase

Usage

IgnoreCase is an option for string manipulation and searching functions which specifies whether lower- and upper-case letters should be treated as equivalent.


Notes

• 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 is an option for StringPosition, StringReplace, StringMatchQ, Find and FindList.
IgnoreCase in no way affects the parsing of Mathematica expressions.
• See Section 2.8.4.
• New in Version 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.