Hi
I need to compare one string with another and if ANY part of the first string is in any part of the other string then I get a match.
E.g
Comparing "Elephant Ears" to "Grey Elephant" = true match
OR
Comparing "Grey Elephant" to "Earl Grey Tea" = true match
OR
Comparing "Earl Grey Tea" to "Teatime" = true match
Any help would be wonderful
thank you
I need to compare one string with another and if ANY part of the first string is in any part of the other string then I get a match.
E.g
Comparing "Elephant Ears" to "Grey Elephant" = true match
OR
Comparing "Grey Elephant" to "Earl Grey Tea" = true match
OR
Comparing "Earl Grey Tea" to "Teatime" = true match
Any help would be wonderful
thank you