System.StrUtils.SoundexWord

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function SoundexWord(const AText: string): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall SoundexWord(const System::UnicodeString AText);

プロパティ

種類 可視性 ソース ユニット
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

説明

文字列を,音声値を表す Word に変換します。

SoundexWord 関数は,Soundex アルゴリズムを使用して,AText で指定した文字列を音声表現に変換します。この音声表現では,各文字が,類似した音素の 6 つのファミリーのうちの 1 つを表します。その後,この関数は,音声表現の最初の 4 つの Soundex コードを一意に表す符号なしの 16 ビット値を返します。

関連項目