String.prototype.toLowerCase

Returns a string where all alphabetic characters have been converted to lowercase.

Syntax

toLowerCase()

Return value

A string.

Examples

"HELLO".toLowerCase()
"hello"