SoundexWord
简述
返回表示AText的发音的整数。整数是根据通过发音特征的字符串(SoundEx Codes)的前4个字符转化来的,并和字符串长度相关。
SoundexWord(AText: String): Integer;
名称 | 类型 | 说明 |
---|
AText | String | 字符串数组,表示发音特征的字符串 |
返回 | Integer |
整数,表示发音特征的整数 |
testStr:= "Tinysoft SoundexInt:返回表示AText的发音的整数";
testStr:= soundexWord(SoundEx(testStr,4));
return testStr;
//24206
DecodeSoundexWord