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