标签:
if (!System.Text.RegularExpressions.Regex.IsMatch(strRoleName[i].ToString(), @"^[\uac00-\ud7ff]+$")//韩文
if!(System.Text.RegularExpressions.Regex.IsMatch(strRoleName[i].ToString(), @"^[A-Za-z0-9]+$"))//字符或数字
if (System.Text.RegularExpressions.Regex.IsMatch(strRoleName[i].ToString(), @"^[A-Za-z]+$"))//字符
标签:
原文地址:http://www.cnblogs.com/sun-shadow/p/5329924.html