Dec-07-2017, 09:28 PM (This post was last modified: Dec-07-2017, 09:29 PM by HiImNew.)
str = "Apples are good for you"
list = ['apple', 'banana', 'pear']
this string contains a value from the list, 'apple'. How would I write an if statement to check if any values of a list are in a string without it being case sensitive?