String.toLowerCase

String toLowerCase ()

Description

Returns a new string which contains all the characters of the original string converted to lowercase.

The original string is unchanged.