levenshteind
v1.0.5
Published
A simple package that tells you a percentage of how well two strings match.
Readme
levenshteind
A simple package that lets you a calculate percentage of how well two strings match.
const { similarity } = require('levenshteind')
console.log(similarity('Karthick', 'RagavenKar'))Karthick RagavenKar
0.2