Day Task 23: Python RegEx Search a string to see if it starts with "The" and ends with "Spain" Using the findall() function Using the search() function Using the split() function Using the sub() function RegEx Explained