﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-小朱-随笔分类-正则表达式</title><link>http://www.cnblogs.com/zsy/category/41489.html</link><description>要干就要用心...</description><language>zh-cn</language><lastBuildDate>Tue, 03 Jun 2008 18:21:20 GMT</lastBuildDate><pubDate>Tue, 03 Jun 2008 18:21:20 GMT</pubDate><ttl>60</ttl><item><title>经典正则表达式</title><link>http://www.cnblogs.com/zsy/archive/2005/11/23/282434.html</link><dc:creator>小朱</dc:creator><author>小朱</author><pubDate>Wed, 23 Nov 2005 00:40:00 GMT</pubDate><guid>http://www.cnblogs.com/zsy/archive/2005/11/23/282434.html</guid><wfw:comment>http://www.cnblogs.com/zsy/comments/282434.html</wfw:comment><comments>http://www.cnblogs.com/zsy/archive/2005/11/23/282434.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/zsy/comments/commentRss/282434.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/zsy/services/trackbacks/282434.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 摘要：收集一些常用的正则表达式。正则表达式用于字符串处理，表单验证等场合，实用高效，但用到时总是不太把握，以致往往要上网查一番。我将一些常用的表达式收藏在这里，作备忘之用。本贴随时会更新。匹配...&nbsp;&nbsp;<a href='http://www.cnblogs.com/zsy/archive/2005/11/23/282434.html'>阅读全文</a><img src ="http://www.cnblogs.com/zsy/aggbug/282434.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://zsy.cnblogs.com/" target="_blank">小朱</a> 2005-11-23 08:40 <a href="http://www.cnblogs.com/zsy/archive/2005/11/23/282434.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>解读 C# 中的正则表达式</title><link>http://www.cnblogs.com/zsy/archive/2005/11/23/282430.html</link><dc:creator>小朱</dc:creator><author>小朱</author><pubDate>Wed, 23 Nov 2005 00:34:00 GMT</pubDate><guid>http://www.cnblogs.com/zsy/archive/2005/11/23/282430.html</guid><wfw:comment>http://www.cnblogs.com/zsy/comments/282430.html</wfw:comment><comments>http://www.cnblogs.com/zsy/archive/2005/11/23/282430.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/zsy/comments/commentRss/282430.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/zsy/services/trackbacks/282430.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 多少年来，许多的编程语言和工具都包含对正则表达式的支持，.NET基础类库中包含有一个名字空间和一系列可以充分发挥规则表达式威力的类，而且它们也都与未来的Perl5中的规则表达式兼容。&nbsp;&n...&nbsp;&nbsp;<a href='http://www.cnblogs.com/zsy/archive/2005/11/23/282430.html'>阅读全文</a><img src ="http://www.cnblogs.com/zsy/aggbug/282430.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://zsy.cnblogs.com/" target="_blank">小朱</a> 2005-11-23 08:34 <a href="http://www.cnblogs.com/zsy/archive/2005/11/23/282430.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ASP.NET十七种正则表达试</title><link>http://www.cnblogs.com/zsy/archive/2005/11/23/282428.html</link><dc:creator>小朱</dc:creator><author>小朱</author><pubDate>Wed, 23 Nov 2005 00:29:00 GMT</pubDate><guid>http://www.cnblogs.com/zsy/archive/2005/11/23/282428.html</guid><wfw:comment>http://www.cnblogs.com/zsy/comments/282428.html</wfw:comment><comments>http://www.cnblogs.com/zsy/archive/2005/11/23/282428.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/zsy/comments/commentRss/282428.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/zsy/services/trackbacks/282428.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: "^\d+$"　//非负整数（正整数+0）"^[0-9]*[1-9][0-9]*$"　　//正整数"^((-\d+)|(0+))$"　　//非正整数（负整数+0）"^-[0-9]*[1-...&nbsp;&nbsp;<a href='http://www.cnblogs.com/zsy/archive/2005/11/23/282428.html'>阅读全文</a><img src ="http://www.cnblogs.com/zsy/aggbug/282428.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://zsy.cnblogs.com/" target="_blank">小朱</a> 2005-11-23 08:29 <a href="http://www.cnblogs.com/zsy/archive/2005/11/23/282428.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>