public class Soundex extends Object
Modifier and Type | Field and Description |
---|---|
static char[] |
MAP |
Constructor and Description |
---|
Soundex() |
Modifier and Type | Method and Description |
---|---|
static String |
soundex(String s)
Convert the given String to its Soundex code.
|
Copyright © 2014. All rights reserved.