Get to know MDN better
Esta página foi traduzida do inglês pela comunidade. Saiba mais e junte-se à comunidade MDN Web Docs.
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 original convertido em letras maiúsculas.
Uma nova string representando a string original convertida em maiúsculas.
Quando chamado em uma string contendo valor null ou undefined, por exemplo, String.prototype.toUpperCase.call(undefined).
O método toUpperCase() retorna o valor da string convertido para letras maiúsculas. toUpperCase() não altera o valor da string original.
| ECMAScript® 2027 Language Specification # sec-string.prototype.touppercase |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 8 de nov. de 2023 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.