I have tried to find other posts/information on this and none of them seem to work - although I'm sure this is a simple task.
I have two strings, and I would like to have some lines of code that give me the word that they have in common.
For example, I may have...
String1 = "Product Name - Blue";
String2 = "Blue Green Pink Black Orange";
And I would like to have a string only containing the value Blue. How can I do this? Thanks in advance!