S
shapper
Hello,
I have two arrays of strings, s1 and s2:
s1 = "london, lisbon, paris, newyork"
s2 = "lisbon, yellow, France"
s2 will have only one item included in s1.
I want to find which item is it. In this case is lisbon.
How can I do this?
Thanks,
Miguel
I have two arrays of strings, s1 and s2:
s1 = "london, lisbon, paris, newyork"
s2 = "lisbon, yellow, France"
s2 will have only one item included in s1.
I want to find which item is it. In this case is lisbon.
How can I do this?
Thanks,
Miguel