System.StrUtils.Soundex

De RAD Studio API Documentation
Aller à : navigation, rechercher

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));

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Description

Convertit une chaîne en sa représentation Soundex.

Soundex convertit la chaîne spécifiée par AText en une représentation phonétique dans laquelle chaque caractère de la chaîne résultante identifie l'un des six groupes de phonèmes similaires. Elle renvoie jusqu'aux ALength premiers codes Soundex de la représentation chaîne résultante.

Voir aussi