Hi all,
I have been having a problem for a little while with regards to strings.
The problem is that i want to find two different words in a string then return the words between those 2 words.
ie: If i had the string "The quick brown fox jumps over the lazy dog." and I want to find the sub strings "The" and "fox" and return the sub string between them.
ie: the answer would be "quick brown"
i know it is confusing but how would i go about it
Thx,
daiosmith