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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Calculates the string distance.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 2.9 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
(old name: String.LevenshteinDistance)
Parameter | Description | Example |
---|---|---|
a | First text string. | "Hello" |
b | Second text string. | "Hallo" |
Returns difference.
Calculate difference between two strings:
MBS( "Text.LevenshteinDistance"; "Hello"; "Hallo" )
Example result: 0.2
Created 18th August 2014, last changed 19th July 2017
Feedback: Report problem or ask question.