Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Text.LevenshteinDistance
Calculates the string distance.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Text | 2.9 | Yes | Yes | Yes | Yes | Yes |
MBS( "Text.LevenshteinDistance"; a; b ) More
(old name: String.LevenshteinDistance)
Parameters
| Parameter | Description | Example |
|---|---|---|
| a | First text string. | "Hello" |
| b | Second text string. | "Hallo" |
Result
Returns difference.
Description
Calculates the string distance.Value is normalized, so 0.0 is equal text and 1.0 is totally unequal.
see also
http://en.wikipedia.org/wiki/Levenshtein_distance
Examples
Calculate difference between two strings:
MBS( "Text.LevenshteinDistance"; "Hello"; "Hallo" )
Example result: 0.2
See also
Created 18th August 2014, last changed 19th July 2017
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins