val = "one two three four five" 
string1 = "you id is one two three" 
string2 = "continue to four five"
Expect output: Start span and end span
output1 = 10,22 
output2 = 12,20
Here some contain of val is present in string1 and string2.We need to detect spans
 
     
    