string-similarity-js
string-similarity-js copied to clipboard
Lightweight string similarity function for javascript
Results
2
string-similarity-js issues
Sort by
recently updated
recently updated
newest added
`.substr` is depricated, we can user `substring` instead. ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr
Thank you very much for the code based on the Sørensen–Dice coefficient. I made a minor addition to increase the score when there's an exact match at the start, or...