Returns a string where all alphabetic characters have been converted to lowercase, taking into account the host environment’s current locale.
toLocaleLowerCase()
A string.
"HELLO".toLocaleLowerCase()
"hello"