Not c#, but you should get the idea
for sentence in split_text_with_regex(text):
index_word1 = sentence.find(word1)
index_word2 = sentence.find(word2)
# do your thing
Otto Allmendinger
2010-02-18 08:56:14