您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->Acom进出仓管理系统源码>>Components/PageValidate.cs>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Acom进出仓管理系统源码


当前文件路径:AcomStore/Components/PageValidate.cs 文件类型
普通视图
		            
1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Text.RegularExpressions; 5 6namespace AcomLb.Components 7{ 8 public class PageValidate 9 { 10 11 12 13 private static Regex RegNumber = new Regex("^[0-9]+$"); 14 15 private static Regex RegNumberSign = new Regex("^[+-]?[0-9]+$"); 16 17 private static Regex RegDecimal = new Regex("^[0-9]+[.]?[0-9]+$"); 18 19 private static Regex RegDecimalSign = new Regex("^[+-]?[0-9]+[.]?[0-9]+$"); //等价于^[+-]?\d+[.]?\d+$ 20 21 private static Regex RegEmail = new Regex("^[\\w-]+@[\\w-]+\\.(com|net|org|edu|mil|tv|biz|info)$");//w 英文字母或数字的字符串,和 [a-zA-Z0-9] 语法一样 22 23 private static Regex RegCHZN = new Regex("[\u4e00-\u9fa5]"); 24 25 public PageValidate() 26 { 27 28 } 29 30 31 32 数字字符串检查 120 121 中文检测 135 136 邮件地址 150 151 其他 197 } 198 199 200 201 202} 203
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Acom进出仓管理系统源码

- 某市住房公积金管理中心网站初稿

- Asp.net2.0车票管理系统

- 狂人论坛3.0

- 某学院网络中心网站源码

- CodematicS3三层结构示例项目..

- Asp.net根据IP显示省市拼音源码

- XCMS1.0Beta内容管理系统部分..

- 网络书店v1.0源码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号