if "foo" in "foobar": print("String was contained")
if my_string.include? "foo"
index := haystack.index_of needle // If it's not there, then index is -1: