12 2006 档案
匹配中文字符的正则表达式
摘要:如果用Regex类,String ZipRegex = "[^\x00-\xff]";Regex.IsMatch(checkValue, ZipRegex)如果是WEB控件,String ZipRegex = "[\x00-\xff]*"; 阅读全文
posted @ 2006-12-26 09:45 鬼幻天使 阅读(258) 评论(0) 推荐(0)