String Comparisons
The string comparison is done by calculating the total Levenshtein distance between the two strings. The Levenshtein distance is the number of insertions, deletions, or substitutions required to transform one string into another. Read more about it here.