News

Q I have text in an e-mail message that was typed in capital letters, and I’d like to convert it to standard uppercase and lowercase letters. Is there a way to do this, or am I stuck retyping?
toUpperCase() Converts all characters in a String to uppercase toLowerCase() Converts all characters in a String to lowercase Be careful not to confuse the String length() method with the length ...