|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| IgnoreCase is an option for string manipulation and searching functions that specifies whether lowercase and uppercase letters should be treated as equivalent. |
With IgnoreCase->True, lowercase and uppercase letters are treated as equivalent:
Use IgnoreCase->False to treat lowercase and uppercase letters as distinct letters:
|