1.0.3 • Published 6 years ago

distsearch v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

distsearch

Searching string in text with arbitary edit distance threshold.

Install

npm install distsearch

Example

var indexOfWithDist = require("distsearch").indexOfWithDist;

indexOfWithDist("a quick brown fox jumps over the lazy dog", "brwn", 1); // 8
indexOfWithDist("a quick brown fox jumps over the lazy dog", "lazydo", 1); // 33

Author

Jeanno jeanno.cheung@gmail.com

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago