Compare 2 strings for similar items
I have 2 strings --String A and String B
String A (1,2,3,4,5,6,7,8)
String B (1,2,3,4,9,10,11,12)
I need to compare the 2 strings and find the values that ARE IN BOTH strings.
So the answer I need to get is 1,2,3,4 as 1,2,3,4 is in BOTH strings.
I cant find anything in the CF String Functions.
Any Ideas?
