Transform a string into uppercase and lowercase characters.
String |
The toUpperCase() function changes a string into uppercase letters.
Please note that the toLowerCase() method converts a string into lowercase letters.
public |
None.
Returns |
A string value that represents the transformed string in uppercase. |