Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Text.SoundExGerman

Returns soundex string for the given text.

Component Version macOS Windows Linux Server iOS SDK
Text 3.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
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

This function checks for a license.

Created 18th August 2014, last changed 18th April 2016


Text.SoundEx - Text.Styles