Convert to lowercase:
let text = "Hello World!";
let result = text.toLowerCase();
Try it Yourself »
The toLowerCase()
method converts a string to lowercase letters.
The toLowerCase()
method does not change the original string.
string.toLowerCase()
NONE |
Type | Description |
A string | The string converted to lowercase. |
toLowerCase()
is an ECMAScript1 (ES1) feature.
ES1 (JavaScript 1997) is fully supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | Yes |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!