Raw Message
Message-ID: <1dd161b.1a6c5.136edd34b3b.Coremail.yangwenjing@ibcas.ac.cn> Date: 2012-04-26T08:45:09Z From: yangwenjing Subject: 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