robertknight/approx-string-match-js

approx-string-match-js, на сайте с June 30, 2023 01:06
A library for approximate string matching. This can be used to find occurrences of a pattern P (of length m) in a text T (of length n) allowing for up to a given number of errors (k), where errors may include insertions, substitutions or deletions of characters from the pattern.