Searched refs:punctuation (Results 1 - 1 of 1) sorted by relevance

/org.ahmadsoft.jpostal-1.0.44/src/org/ahmadsoft/postal/
H A DUSPostalCodeService.java142 * <code>true</code>, ignore punctuation is <code>true</code>,
182 if (options.isIgnorePunctuation() && punctuation.indexOf(c) > -1)
215 private static final String punctuation = "`~!@#$%^&*()_-+=[{]}\\|;:'\",<.>/?"; field in class:USPostalCodeService
258 * Returns <code>true</code> if punctuation should be ignored when computing the
260 * punctuation characters are defined as follows:
263 * @return <code>true</code> if punctuation should be ignored when

Completed in 10 milliseconds