Skip to main content

LongestCommonSubsequencePositions

LongestCommonSubsequencePositions[s1,s2] finds the longest contiguous subsequence of elements common to the strings or lists s1 and s2 and returns their positions {pos1,pos2} in s1 and s2.

LongestCommonSubsequencePositions[s1,s2] finds the longest contiguous subsequence of elements common to the strings, biomolecular sequences or lists s1 and s2 and returns their positions {pos1,pos2} in s1 and s2.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.