Name: Anonymous 2013-03-20 2:39
Hey /prog/
Is there a way to ignore casing when searching for a substring in a string in python?
Is there a way to ignore casing when searching for a substring in a string in python?
tolower() or its equivalent, if nothing else.