Method LargestCommonSubstring
LargestCommonSubstring(Word, Word)
Returns the longests substrings of two strings as a list of letters.
public static IList<Word> LargestCommonSubstring(Word s1, Word s2)
Returns the longests substrings of two strings as a list of letters.
public static IList<Word> LargestCommonSubstring(Word s1, Word s2)