实现效果:
运用知识:
实现代码:
//定义方法 public bool IsValidate(string str_month) { return System.Text.RegularExpressions. Regex.IsMatch(str_month,@"(^0?[0-9]$|^1[0-2]$)"); }
实现效果:
运用知识:
实现代码:
//定义方法 public bool IsValidate(string str_month) { return System.Text.RegularExpressions. Regex.IsMatch(str_month,@"(^0?[0-9]$|^1[0-2]$)"); }
上一篇:使用正则表达式验证输入数字
下一篇:使用正则表达式验证一个月的31天
常用正则表达式,正则表达式
正则表达式之compile()
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M