Better Comparison in String manipulation

Hello,
I found a tool to compare two strings in String manipulation but it is not giving enough information.
I would like to how similar is a string to a reference string: like giving the number of characters that do not match in the direct order divided by the length of the string.
Thanks,

You can try


or

with Levenshtein distance.

5 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.