I already know about the lower() and upper() but is there any simplest method to do it,for example like ignoreCase() in Java,
ex code: a="hello how are you,i am praveen",
now if i do "PRAVEEN" in a:
it gives us false,i want to make it caseinsensitive thank you in advance