RosettaCodeData/Task/Longest-common-subsequence/Maple/longest-common-subsequence.maple

3 lines
120 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> StringTools:-LongestCommonSubSequence( "thisisatest", "testing123testing" );
"tsitest"