what does the ctype tolower() function do?
It returns TRUE for lowercase letters of the alphabet.
It ensures that text output uses only ASCII values (0 through 127).
It converts an uppercase letter of the alphabet to lowercase.
It returns FALSE for lowercase letters of the alphabet.