Use Apache Commons StringUtils.containsAny()..satisfies a lot of different use cases one might have for checking if certain characters exist in a string.
https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringUtils.html#containsAny-java.lang.CharSequence-char...-