I am wondering what I need to do next for my code to check if there is a string in another string. My code below right now checks to see if the the first letter of string one is in string two. I need help coding how to check if an entire string (the whole word) is in another string, or in other words if the first string is a subscript of the second string. I think I have to add code to line 23, but I am not 100% sure. Here is my code so far: