ReferenceNQE LanguageStandard LibrarytoUpperCaseOn this pagetoUpperCasetoUpperCase(str: String): String Changes all alphabetic characters in the string to uppercase. For example, toUpperCase("UpperCase") is "UPPERCASE". See also Types String