[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Returns the Levenshtein distance between two arguments. The Levenshtein distance represents the minimum number of edits needed to change the first argument into the second argument.
Syntax
SET VAR=$ZLSD(arg1,arg2)
Example
SET VAR=$ZLSD("KITTENS","MITTENS") ; => 1
This document was generated on September 20, 2023 using texi2html 5.0.