upcase
function upcase(str: string): string;
Returns the copy of the 'str' string with all letters capitalized.
See also: locase, copy