RosettaCodeData/Task/Longest-common-subsequence/Maple/longest-common-subsequence.maple
2023-07-01 13:44:08 -04:00

2 lines
120 B
Text

> StringTools:-LongestCommonSubSequence( "thisisatest", "testing123testing" );
"tsitest"