收集經常使用的正則表達式

  //驗證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,
相關文章
相關標籤/搜索