Levenshtein: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 May 2024

  • curprev 14:3414:34, 5 May 2024ItsHasaN talk contribs 1,218 bytes −1 No edit summary
  • curprev 14:3214:32, 5 May 2024ItsHasaN talk contribs 1,219 bytes −20 No edit summary
  • curprev 14:3214:32, 5 May 2024ItsHasaN talk contribs 1,239 bytes +83 No edit summary
  • curprev 14:3014:30, 5 May 2024ItsHasaN talk contribs 1,156 bytes +1,156 Created page with "__NOTOC__ {{Useful Function}} This function can be used to calculate the Levenshtein distance between two strings ==Syntax== <syntaxhighlight lang="lua">int levenshtein(string1, string2)</syntaxhighlight> ===Required Arguments=== * '''string1''': first string. * '''string2''': second string. ===Returns=== Returns an integer representing the levenshtein distance between this two strings ==Code== <section name="Function source (Server/Client)" class="both" show="true">..."