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
A simple package that tells you a percentage of how well two strings match.
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