4th March 2023 at 6:16pm
purpose | determine the Levenshtein distance of the input title(s) and a given string |
---|---|
input | a selection of titles |
parameter | S =a string |
output | the Levenshtein distance between the input title(s) and S |
Learn more about how to use Filters
Introduced in v5.2.6
The Levenshtein distance is a metric for measuring the difference between two strings. Informally, the Levenshtein distance between two strings is the minimum number of single-character edits required to change one string into the other.