Levenshtein Distance Calculator

The Levenshtein distance is the lowest number of characters that must be replaced, inserted or deleted to transform one string into another. This is often useful for calculating the change between two blocks of text, making it an ideal edit distance calculator. A similar application is often built into many wiki softwares and content management systems as a result. This tool calculates the levenshtein distance between two strings. Due to the intense processing involved, strings must be less than 255 characters long.

String 1:

String 2:

// Home