Transform a string to include uppercase and lowercase letters.
String |
The toLowerCase() method changes a string to lowercase letters.
Note: the toUpperCase() method alters a string to uppercase letters.
public |
None.
Returns: |
A string value that represents the newly converted string in lowercase. |