If I have a textBox that contains this information below wich meens 2 lines.
What I am trying to do is to search this textBox with a while loop for the word: "five"
and when found this word, I wonder if this word has any kind of substringindex where I can achieve these 3 values:
So for Ex: in this case the word "five" is located on:
Line: 1 and have startindex: 8 and endindex: 12
and
Line: 2 and have startindex: 5 and endindex: 9
one two five
four five six