会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
NullReference
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
博客园
首页
新随笔
联系
订阅
管理
公告
2010年1月20日
用正则表达式保留系统靓号
摘要: 有的时候用户系统用类似于QQ的号码做为UIN,这个时候可能需要保留鞋好的号码供以后不时之需,怎么实现呢?正则就行了。看代码。 public static Dictionary<string, Regex> _validations = new Dictionary<string, Regex>{ {"6位顺增号", new Regex(@"(?:0(?=1)|1(?=2)|...
阅读全文
posted @ 2010-01-20 11:31 NullReference
阅读(1643)
评论(0)
推荐(2)
编辑