Convert to uppercase
Converts all characters in the string to uppercase, using the Unicode
character database (deterministic and locale-independent).
Multi-character mappings are expanded (e.g. ß becomes
SS).
String): The string to
convert.The uppercase string.