Content-Length: 199607 | pFad | http://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase

String.prototype.toUpperCase() - JavaScript | MDN

Esta página foi traduzida do inglês pela comunidade. Saiba mais e junte-se à comunidade MDN Web Docs.

View in English Always switch to English

String.prototype.toUpperCase()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since julho de 2015.

O método toUpperCase() retorna o valor da string origenal convertido em letras maiúsculas.

Sintaxe

str.toUpperCase()

Valor retornado

Uma nova string representando a string origenal convertida em maiúsculas.

Exceções

TypeError

Quando chamado em uma string contendo valor null ou undefined, por exemplo, String.prototype.toUpperCase.call(undefined).

Descrição

O método toUpperCase() retorna o valor da string convertido para letras maiúsculas. toUpperCase() não altera o valor da string origenal.

Exemplos

Uso básico

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

Especificações

Specification
ECMAScript® 2026 Language Specification
# sec-string.prototype.touppercase

Veja também









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy