in reply to Re: Fast Way to find one array in second array
in thread Fast Way to find one array in second array

right so if one string is: ABCDFG and the second is ABCDEFG then index will return -1 and I won't know that the first array represented by ABCDFG should be deleted. That would work if I were looking for paths that are segments of larger paths.

  • Comment on Re^2: Fast Way to find one array in second array

Replies are listed 'Best First'.
Re^3: Fast Way to find one array in second array
by LanX (Saint) on Aug 14, 2016 at 18:52 UTC

      thanks!