>>> str = "Messi is the best SoCceR player" >>> "soccer" in str.lower() True >>> "football" in str False