Longest Common Substring distance
Distance between strings, based on the longest common substring.
distanceStringLCStr(x, y)
x |
first string (class: character) |
y |
second string (class: character) |
numeric distance value
d(x,y)
distanceStringLCStr("ABCD","AACC")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.