会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
愚公学编程
博客园
首页
新随笔
联系
订阅
管理
2018年6月7日
正则表达式
摘要: 验证电话号码的主要代码如下: public bool IsTelephone(stringstr_telephone) { returnSystem.Text.RegularExpressions.Regex.IsMatch(str_telephone,@"^(\d{3,4}-)?\d{6,8}$"
阅读全文
posted @ 2018-06-07 16:05 愚公学编程
阅读(107)
评论(0)
推荐(0)