public static final String REGEX_ADDRESS_ZIP = "^[0-9\\ -.]+$";
The above regex for checking a zip code is like an exclamation (!), Although I did not allow it here. Not sure what the mistake is? I need to change the regex pattern
java regex
Joe
source share