String.Join(" ",value1.Split({" "},StringSplitOptions.None).ToList.Except(value2.Split({" "},StringSplitOptions.None).ToList))
where this code finds the word missing from value1. I got this VB.NET code some where,but i cant understand it perfectly…where i drag writeline activity and i got the answer.
value1 : Welcome to Hello World
value2: Welcome Hello World
output: “to”