ASP & ASP.NET

摘要: 网络收集摘要:收集一些常用的正则表达式。 正则表达式用于字符串处理、表单验证等场合,实用高效。现将一些常用的表达式收集于此,以备不时之需。匹配中文字符的正则表达式: [\u4e00-\u9fa5]评注:匹配中文还真是个头疼的事,有了这个表达式就好办了匹配双字节字符(包括汉字在内):[^\x00-\xff]评注:可以用来计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)匹配空白行的正则表...阅读全文
posted @ 2009-05-21 22:05 观我生,君子无咎 阅读(19) | 评论 (0)  编辑
摘要: XHTML 1.0 Transitional Elements Newer Constructs <menu /> Use another list type. <u /> Use CSS property “text-decoration” and set its value to “underline”. <s /&...阅读全文
posted @ 2009-05-20 23:57 观我生,君子无咎 阅读(92) | 评论 (0)  编辑
posted @ 2009-03-20 15:03 观我生,君子无咎 阅读(105) | 评论 (0)  编辑
posted @ 2009-03-19 23:53 观我生,君子无咎 阅读(43) | 评论 (0)  编辑
posted @ 2007-08-05 19:20 观我生,君子无咎 阅读(2428) | 评论 (0)  编辑
posted @ 2006-10-23 21:33 观我生,君子无咎 阅读(254) | 评论 (0)  编辑
posted @ 2006-10-23 21:30 观我生,君子无咎 阅读(80) | 评论 (0)  编辑
posted @ 2005-09-27 13:47 观我生,君子无咎 阅读(788) | 评论 (0)  编辑
posted @ 2004-12-17 11:13 观我生,君子无咎 阅读(6098) | 评论 (1)  编辑