Validação Regex para caracteres especiais em Java

String REGEX = "[^&%$#@!~]*";
Plain Penguin