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

3 lines
120 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> StringTools:-LongestCommonSubSequence( "thisisatest", "testing123testing" );
"tsitest"