System.StrUtils.Soundex

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

Delphi

function Soundex(const AText: string; ALength: TSoundexLength): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall Soundex(const System::UnicodeString AText, TSoundexLength ALength = (TSoundexLength)(0x4));

プロパティ

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

説明

文字列を Soundex 表現に変換します。

Soundex 関数は,AText で指定した文字列を,音声表現に変換します。この音声表現では,各文字が,類似した音素の 6 つのファミリーのうちの 1 つを表します。このメソッドは,音声表現文字列の最初の ALength Soundex コードまでを返します。

関連項目