String.prototype.toLowerCase()
toLowerCase()
๋ฉ์๋๋ ๋ฌธ์์ด์ ์๋ฌธ์๋ก ๋ณํํด ๋ฐํํฉ๋๋ค.The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
๊ตฌ๋ฌธ
str.toLowerCase()
๋ฐํ๊ฐ
ํธ์ถ ๋ฌธ์์ด์ ์๋ฌธ์๋ก ๋ณํํ ์๋ก์ด ๋ฌธ์์ด
์ค๋ช
toLowerCase()
๋ฉ์๋๋ ํธ์ถ ๋ฌธ์์ด์ ์๋ฌธ์๋ก ๋ณํํด ๋ฐํํฉ๋๋ค. toLowerCase()
๋ ์๋์ str
์ ์ํฅ์ ์ฃผ์ง ์์ต๋๋ค.
์์
toLowerCase()
console.log('ALPHABET'.toLowerCase()); // 'alphabet'
๋ช ์ธ
ํ์ค | ์ํ | ๋น๊ณ |
---|---|---|
ECMAScript 1st Edition (ECMA-262) | Standard | Initial definition. Implemented in JavaScript 1.0. |
ECMAScript 5.1 (ECMA-262) The definition of 'String.prototype.toLowerCase' in that specification. |
Standard | |
ECMAScript 2015 (6th Edition, ECMA-262) The definition of 'String.prototype.toLowerCase' in that specification. |
Standard | |
ECMAScript (ECMA-262) The definition of 'String.prototype.toLowerCase' in that specification. |
Living Standard |
๋ธ๋ผ์ฐ์ ํธํ์ฑ
BCD tables only load in the browser
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.