Skip to main content

string.toupper()

Converts a string to upper case

Availability

Device + Agent

Returns

String — a new upper-case string

Description

This method creates a new string formed by converting all of the lower-case characters in the target string to upper case.

Example Code