C
Charles Law
I'm sure I will kick myself when you tell me, but is there a simple way to
test for the existence of any character in string1 being present in string2?
For example, if s1 = "abracadabra" and s2 = "synonym" the result is false,
but if s2 = "pelican" the answer is true.
TIA
Charles
test for the existence of any character in string1 being present in string2?
For example, if s1 = "abracadabra" and s2 = "synonym" the result is false,
but if s2 = "pelican" the answer is true.
TIA
Charles