help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'strutils' (#rtl)

SoundexWord

Calculate a word-sized soundex value

Declaration

Source position: strutils.pp line 112

function SoundexWord(

  const AText: String

):Word;

Arguments

AText

  

String to calculate soundex value of

Function result

Soundex value as a word.

Description

SoundexInt computes the Soundex code (with length 4) of AText , and converts the code to a word-sized value.

Errors

None.

See also

Soundex

  

Compute the soundex of a string

SoundexCompare

  

Compare soundex values of 2 strings.

SoundexInt

  

Soundex value as an integer.

SoundexProc

  

Default AnsiResemblesText implementation.

SoundexSimilar

  

Check whether 2 strings have equal soundex values

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505