ToUpperCase
Usage
• ToUpperCase[string] yields a string in which all letters have been converted to upper case.
Notes
• ToUpperCase handles both ordinary and special characters. • Variant lower-case characters such as \[CurlyPhi] are converted to their non-variant upper-case forms. • New in Version 2; modified in 3.
|