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:
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
Statistic
FMM
Blog
Text.SoundExGerman
Returns soundex string for the given text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Text | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Paid |
MBS( "Text.SoundExGerman"; Text ) More
(old name: String.SoundExGerman)
Parameters
Parameter | Description | Example |
---|---|---|
Text | The input string. | "Müller" |
Result
Returns soundex string.
Description
Returns soundex string for the given text.Similar names like Mayer, Maier, Meyer and Meier return the same SoundEx so you can have searches which match all of those names.
This is the german version while Text.SoundEx was created for english mainly.
Examples
SoundEx of Müller:
MBS( "Text.SoundExGerman"; "Müller" )
See also
Created 18th August 2014, last changed 18th April 2016
Feedback: Report problem or ask question.
