不能含有全角字符的正则表达式

bool ValidString( string value )
{
   if (Regex.IsMatch( "[^\uff00-\uffff]" ))
{return true;}
else
{
return false;
}
}
posted on 2005-10-10 11:29  冷月孤峰  阅读(1504)  评论(0)    收藏  举报