2 lines
120 B
Text
2 lines
120 B
Text
> StringTools:-LongestCommonSubSequence( "thisisatest", "testing123testing" );
|
|
"tsitest"
|