I'm trying to compare names. I have two strings. String1 will have one name, e.g., 'JohnSmith'. String2 may have more than one name, e.g., 'John Smith; Mary Smith; Joan Smith'.
I need to be able to tell if John Smith in String1 is anywhere in String2.
Any help appreciated.
I need to be able to tell if John Smith in String1 is anywhere in String2.
Any help appreciated.