会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
末郁
博客园
首页
新随笔
联系
订阅
管理
09 2015 档案
C#验证邮箱,电话,手机,数字,英文,日期,身份证,邮编,网址,IP类等常用函数封装
摘要:#region 验证邮箱验证邮箱/**//// /// 验证邮箱/// /// /// public static bool IsEmail(string source){return Regex.IsMatch(source, @"^[A-Za-z0-9](([_.-]?[a-zA-Z0-9]+)...
阅读全文
posted @
2015-09-17 13:50
末郁
阅读(199)
评论(0)
推荐(0)
公告