public class Soundex
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static char[] |
MAP |
| Constructor and Description |
|---|
Soundex() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
soundex(java.lang.String s)
Convert the given String to its Soundex code.
|