Returns the calling string value converted to lowercase.
String
toLowerCase()
The toLowerCase method returns the value of the string converted to lowercase. toLowerCase does not affect the value of the string itself.
The following example displays the lowercase string "alphabet":
String:toUpperCase