随笔分类 -  正则表达式

摘要:正则表达式原理篇:http://deerchao.net/tutorials/regex/regex.htm#missionhttp://www.cnblogs.com/dwlsxj/p/Regex.html在线测试工具:http://tool.chinaz.com/regex/C#中简单用法:lR... 阅读全文
posted @ 2015-08-04 18:10 谷樵 阅读(261) 评论(0) 推荐(0)
摘要:参考:http://www.cnblogs.com/skylar/p/4265490.htmljs 正则表达式使用讲解:各种验证语法intege:"^-?[1-9]//d*$", //整数intege1:"^[1-9]//d*$", //正整数intege2:"^-[1-9]//d*$", ... 阅读全文
posted @ 2014-05-01 23:41 谷樵 阅读(225) 评论(0) 推荐(0)