tutorial.eyehunts.com
Python string contains case insensitive | Example code
Use the in operator with the lower() or upper() function and a generator expression to check if a string is in a list of strings to check...
Rohit