diff --git a/reference/strings/functions/levenshtein.xml b/reference/strings/functions/levenshtein.xml index 57601f9b3c..fe559a877a 100644 --- a/reference/strings/functions/levenshtein.xml +++ b/reference/strings/functions/levenshtein.xml @@ -1,9 +1,9 @@ - + - levenshtein + levenshtein Calculate Levenshtein distance between two strings @@ -48,14 +48,14 @@ insert, replace and delete operations needed to transform str1 into str2. - + A second variant will take three additional parameters that define the cost of insert, replace and delete operations. This is more general and adaptive than variant one, but not as efficient. + + + <function>levenshtein</function> example + + +]]> + + + &example.outputs; + + + + See also soundex, similar_text, and