private static final Pattern CHINESE_PATTERN = Pattern.compile("[\\u4e00-\\u9fa5]"); return CHINESE_PATTERN.matcher(name).find();