I would like to be able to get the string in between to words of my choice. For example :
x = "Hello My Name is John Doe"
I would like the program to return a string holding the values in between Hello and Doe - "My Name is John "
Thanks in Advance!