Aligns two strings, returning a list where common substrings appear
SequenceAlignment[s1, s2]
SequenceAlignment["hello", "helloo"]
→ {hell, {, o}, o}- GapPenalty — default 0
- IgnoreCase — default False
- MergeDifferences — default True
- Method — default "Global"
- SimilarityRules — default Automatic