Search
The toUpperCase() method converts all the alphabets in a string to uppercase.
toUpperCase()
The toLowerCase() method converts all the alphabets in a string to lowercase.
toLowerCase()