RosettaCodeData/Task/Longest-common-subsequence/Mathematica/longest-common-subsequence-...

4 lines
72 B
Plaintext

a = "thisisatest";
b = "testing123testing";
LongestCommonSequence[a, b]