Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

String.prototype.toUpperCase()

O método toUpperCase() retorna o valor da string chamada convertida para maiúscula.

Sintaxe

str.toUpperCase()

Descrição

O método toUpperCase() retorna o valor da string convertida para maúscula. toUpperCase() não afeta o valor da própria string.

Exemplos

Usando toUpperCase()

console.log('alfabeto'.toUpperCase()); // 'ALFABETO'

Especificações

Especificação Status Comentário
ECMAScript 1st Edition (ECMA-262) Standard Definição inicial. Implementado no JavaScript 1.0.
ECMAScript 5.1 (ECMA-262)
The definition of 'String.prototype.toUpperCase' in that specification.
Standard  
ECMAScript 2015 (6th Edition, ECMA-262)
The definition of 'String.prototype.toUpperCase' in that specification.
Standard  
ECMAScript 2017 Draft (ECMA-262)
The definition of 'String.prototype.toUpperCase' in that specification.
Draft  

Compatibilidade do navegador

Característica Chrome Firefox (Gecko) Internet Explorer Opera Safari
Suporte básico (Yes) (Yes) (Yes) (Yes) (Yes)
Característica Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Suporte básico (Yes) (Yes) (Yes) (Yes) (Yes) (Yes)

Veja também

Etiquetas do documento e colaboradores

 Colaboradores desta página: marcelobonatto
 Última atualização por: marcelobonatto,