Unit SndxAlgs

Classes

Functions

ExtendedSoundex - Calculate an extended Soundex encoding.
NumericSoundex - Calculate a numeric Soundex encoding.
Soundex - Calculate a normal Soundex encoding.

Types

Constants

Variables


Functions


function ExtendedSoundex(in_str : String) : String;

Calculate an extended Soundex encoding.

function NumericSoundex(in_str : String) : Smallint;

Calculate a numeric Soundex encoding.

function Soundex(in_str : String) : String;

Calculate a normal Soundex encoding.

Types


Constants


Variables