C#正则怎么判断字符串中是否有汉字

Regex r = new Regex(".*[\\u4e00-\\u9faf].*");
r.IsMatch(username)

posted @ 2016-05-27 16:28  一直乱跑的熊  阅读(436)  评论(0编辑  收藏  举报