Skip to main content

string.upper

Returns a copy of str with all lowercase letters replaced by their uppercase counterparts.

string.upper(str: string): string

Arguments

NameDescriptionType
strString to upper-case.string

Returns upper: string