I need to allow these special chars to be saved in the DB -> ° * : and I'm having troubles to know which part of the next string I have to remove to allow them.
private static final String ALPHANUMERIC_RE = "^([\\w\\d_\\s\\,\\&\\/\\(\\)\\;\\\'\\\"#@\\$])*$";