Skip to content
Prev 3001 / 7420 Next

common subsequence of two strings

Hi Guys, 

I would like to find the longest common subsequence of two strings. For instance, "abcde" and "dbce",the common part of these two strings will be returned as "bc". Is there any function to do this?

Thanks a lot.

Yang