匹配中文标点符号:
String str="[u3002uff1buff0cuff1au201cu201duff08uff09u3001uff1fu300au300b]"
该表达式可以识别出: 。 ; , : “ ”( ) 、 ? 《 》 这些标点符号。
匹配中文汉字
String str="[u4e00-u9fa5]";
该表达式可以识别出汉字。