Possible Duplicate:
How to capitalize the first letter of each word in a string (Python)?
Is there an option to convert a string such that the first letter is uppercase and everythingelse is lower case....like below..i know there are upper and lower for converting to uppercase and lowercase....
string.upper() //for uppercase string.lower() //for lowercase string.lower() //for lowercase INPUT:-italic,ITALIC OUTPUT:-Italic