Package org.mvel2.util
Class Soundex
java.lang.Object
org.mvel2.util.Soundex
An implementation of Knuth's soundex algorithm. Used by the soundslike operator.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAP
public static final char[] MAP
-
-
Constructor Details
-
Soundex
public Soundex()
-
-
Method Details
-
soundex
Convert the given String to its Soundex code.- Parameters:
s
- input string- Returns:
- null If the given string can't be mapped to Soundex.
-