How-to articles, tricks, and solutions about LOWERCASE
How do I lowercase a string in Python?
You can use the lower() method to lowercase a string in Python.
How to capitalize the first character of each word in a string
There are a few different approaches you can take to capitalize the first character of each word in a string in Java.