toLowerCase() and toUpperCase()

If we want to convert all string characters into lower case or upper case, we can use these methods. toLowerCase() This method returns the string with all the characters converted into lower case if any in upper case. There are 2 overloaded methods in toLowerCase() One which takes locale and one which does not. Signature […]

Share this article on