Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
levenshtein
levenshtein
Calculate the edit distance between two strings
Name:
levenshtein
Category:
String
Programming Language:
php
One-line Description:
Returns the Levenshtein distance between two strings.
Related
6
How to Use the Levenshtein Function for Fuzzy Search? Tips for Approximate Matching in PHP
8
Similar Functions
strip_tags
strip_tags
RemoveHTMLandPHPtags
stripslashes
stripslashes
Inverselyescapeanesc
ord
ord
Convertthefirstbyteo
similar_text
similar_text
Calculatethesimilari
str_rot13
str_rot13
Performarot13convers
htmlspecialchars
htmlspecialchars
Convertspecialcharac
strtoupper
strtoupper
Convertstringtoupper
wordwrap
wordwrap
Breakstringtoaspecif
Popular Articles
How to Use the Levenshtein Function for Fuzzy Search? Tips for Approximate Matching in PHP