Searched refs:word1 (Results 1 – 1 of 1) sorted by relevance
99 function getLevenshteinValue(word1, word2) { argument100 const word1Len = word1.length;128 const countByReplace = word1.charAt(i - 1) === word2.charAt(j - 1) ?