org.apache.taglibs.string.util
Class Soundex

java.lang.Object
  extended by org.apache.taglibs.string.util.Soundex

public class Soundex
extends java.lang.Object

Find the Soundex of a string. Needs internationalisation in a future release.

Version:
0.4, 20010812
Author:
bayard@generationjava.com

Field Summary
static Soundex US_ENGLISH
           
static char[] US_ENGLISH_MAPPING
           
 
Constructor Summary
Soundex()
           
Soundex(char[] mapping)
           
 
Method Summary
 java.lang.String soundex(java.lang.String str)
          Get the SoundEx value of a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

US_ENGLISH_MAPPING

public static final char[] US_ENGLISH_MAPPING

US_ENGLISH

public static final Soundex US_ENGLISH
Constructor Detail

Soundex

public Soundex()

Soundex

public Soundex(char[] mapping)
Method Detail

soundex

public java.lang.String soundex(java.lang.String str)
Get the SoundEx value of a string. This implementation is taken from the code-snippers on http://www.sourceforge.net/



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.