I would like to know how to get the word that follows a specific word in a string, (without knowing what it is or how many words the string has) .Ej:
string: "Eagles fly and dolphins swim", I want to get the word immediately after "the ones", in this case "dolphins" .Thanks