Is there a simple way to intersect two strings? I did not find anything about that.
intersect["abcdEfgh","blahcdEzz"] (* "cdE" *) By intersection, I mean the longest substring(s) that is(are) common to both strings.
Is there a simple way to intersect two strings? I did not find anything about that.
intersect["abcdEfgh","blahcdEzz"] (* "cdE" *) By intersection, I mean the longest substring(s) that is(are) common to both strings.