List of utility methods to do Char Value Check
Pattern patt = Pattern.compile(charSet); Matcher matcher = patt.matcher(str); return matcher.find();