plugin.text
Class Soundex

java.lang.Object
  extended by plugin.text.Soundex

public class Soundex
extends java.lang.Object

Calculates the SOUNDEX value of a given string.
Attention: Only accepts [a-zA-Z]*

Author:
Christian Ullenboom (Java ist auch eine Insel)

Constructor Summary
Soundex()
           
 
Method Summary
static java.lang.String code(java.lang.String in)
          Builds SOUNDEX value for incoming string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Soundex

public Soundex()
Method Detail

code

public static java.lang.String code(java.lang.String in)
Builds SOUNDEX value for incoming string.

Parameters:
in - the incoming string, [a-zA-Z]*
Returns:
the SOUNDEX value