LongestCommonSequencePositions
✖
LongestCommonSequencePositions
finds the longest sequence of contiguous or disjoint elements common to the strings, lists or biomolecular sequences s1 and s2 and returns their positions.
Details and Options

- LongestCommonSequencePositions[s1,s2] returns an expression of the form {pos1,pos2} where the posi specify the positions of the longest common sequence in the strings or lists si.
- For lists si, Take[si,posi] returns the longest common sequence. For strings si, StringTake[si,posi] returns the longest common contiguous or disjoint substring.
- If there are several common sequences of the same length, LongestCommonSequencePositions returns the one that begins earliest in s1.
- For strings, setting the option IgnoreCase->True makes LongestCommonSequencePositions treat lowercase and uppercase letters as equivalent, and returns the form of common sequence that occurs in s1.
Examples
open allclose allBasic Examples (3)Summary of the most common use cases
Find the longest noncontiguous sequence common to two strings:

https://wolfram.com/xid/0dbksudgonyulmcq6b-jx1llx

Find the longest noncontiguous sequence common to two lists:

https://wolfram.com/xid/0dbksudgonyulmcq6b-u8me33

Find the longest noncontiguous sequence common to two biomolecular sequences:

https://wolfram.com/xid/0dbksudgonyulmcq6b-iku12d

Scope (2)Survey of the scope of standard use cases
Options (1)Common values & functionality for each option
IgnoreCase (1)
By default, LongestCommonSequencePositions distinguishes lower and upper case:

https://wolfram.com/xid/0dbksudgonyulmcq6b-k7aao3


https://wolfram.com/xid/0dbksudgonyulmcq6b-y7blo6

Properties & Relations (1)Properties of the function, and connections to other functions

https://wolfram.com/xid/0dbksudgonyulmcq6b-9qwao7
Find the positions of the longest common sequence of characters:

https://wolfram.com/xid/0dbksudgonyulmcq6b-h0r0ay

The corresponding strings coincide:

https://wolfram.com/xid/0dbksudgonyulmcq6b-c49aaf

LongestCommonSequence returns those strings joined:

https://wolfram.com/xid/0dbksudgonyulmcq6b-0srin2

SequenceAlignment returns a complete representation of the common and uncommon parts:

https://wolfram.com/xid/0dbksudgonyulmcq6b-k1881b

Wolfram Research (2015), LongestCommonSequencePositions, Wolfram Language function, https://reference.wolfram.com/language/ref/LongestCommonSequencePositions.html (updated 2020).
Text
Wolfram Research (2015), LongestCommonSequencePositions, Wolfram Language function, https://reference.wolfram.com/language/ref/LongestCommonSequencePositions.html (updated 2020).
Wolfram Research (2015), LongestCommonSequencePositions, Wolfram Language function, https://reference.wolfram.com/language/ref/LongestCommonSequencePositions.html (updated 2020).
CMS
Wolfram Language. 2015. "LongestCommonSequencePositions." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/LongestCommonSequencePositions.html.
Wolfram Language. 2015. "LongestCommonSequencePositions." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/LongestCommonSequencePositions.html.
APA
Wolfram Language. (2015). LongestCommonSequencePositions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LongestCommonSequencePositions.html
Wolfram Language. (2015). LongestCommonSequencePositions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LongestCommonSequencePositions.html
BibTeX
@misc{reference.wolfram_2025_longestcommonsequencepositions, author="Wolfram Research", title="{LongestCommonSequencePositions}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/LongestCommonSequencePositions.html}", note=[Accessed: 06-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_longestcommonsequencepositions, organization={Wolfram Research}, title={LongestCommonSequencePositions}, year={2020}, url={https://reference.wolfram.com/language/ref/LongestCommonSequencePositions.html}, note=[Accessed: 06-April-2025
]}