1.0.3 • Published 5 years ago

distsearch v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago