收集经常使用的正则表达式

  //验证Email地址       public  static  bool IsValidEmail( string strIn)     {          // Return true if strIn is in valid e-mail format.           return Regex.IsMatch(strIn, @ "^([/w-/.]+)@((/[[0-9]{1,
相关文章
相关标签/搜索