This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

levenshtein Operator

 4th March 2023 at 6:16pm
purposedetermine the Levenshtein distance of the input title(s) and a given string
inputa selection of titles
parameterS=a string
outputthe 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.

Examples