<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>云飞扬的ITblog &#187; 正则表达式</title>
	<atom:link href="http://www.ajaxcn.net/archives/category/%e6%ad%a3%e5%88%99%e8%a1%a8%e8%be%be%e5%bc%8f/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxcn.net</link>
	<description>关注 flex ajax asp.net等</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:00:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>图片及TD正则</title>
		<link>http://www.ajaxcn.net/archives/1599</link>
		<comments>http://www.ajaxcn.net/archives/1599#comments</comments>
		<pubDate>Wed, 13 Apr 2011 11:40:20 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[正则表达式]]></category>
		<category><![CDATA[图片及TD正则]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1599</guid>
		<description><![CDATA[图片及TD正则]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1599/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>域名正则替换备忘</title>
		<link>http://www.ajaxcn.net/archives/1575</link>
		<comments>http://www.ajaxcn.net/archives/1575#comments</comments>
		<pubDate>Sat, 26 Feb 2011 15:10:06 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[正则表达式]]></category>
		<category><![CDATA[域名正则替换]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1575</guid>
		<description><![CDATA[域名正则替换备忘 点击查看]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1575/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>密码保护：一个头疼的正则和一个常用正则备忘</title>
		<link>http://www.ajaxcn.net/archives/1068</link>
		<comments>http://www.ajaxcn.net/archives/1068#comments</comments>
		<pubDate>Sat, 31 Jul 2010 14:36:29 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[正则表达式]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1068</guid>
		<description><![CDATA[无法提供摘要。这是一篇受保护的文章。]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1068/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>editplus正则表达式替换去掉源码行号-实战例子2</title>
		<link>http://www.ajaxcn.net/archives/668</link>
		<comments>http://www.ajaxcn.net/archives/668#comments</comments>
		<pubDate>Mon, 21 Dec 2009 12:00:39 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[正则表达式]]></category>
		<category><![CDATA[程序人生]]></category>
		<category><![CDATA[去掉源码行号]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=668</guid>
		<description><![CDATA[曾经有个比较困扰的问题,就是从一些网站拷贝源码后代码包含行号，如何去掉或者替换掉
如果行号少可以手动去掉，如果很多，那就麻烦死了
比如以下代码行号是数字加冒号，那么可以使用这个正则表达式([0-9]+:)，
根据http://www.ajaxcn.net/archives/660的方法操作替换
有的是以 "1."  "2." 的形式那么正则([0-9]+\.)其它类似, \.表示.]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/668/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>editplus正则表达式替换实战例子</title>
		<link>http://www.ajaxcn.net/archives/660</link>
		<comments>http://www.ajaxcn.net/archives/660#comments</comments>
		<pubDate>Sat, 19 Dec 2009 15:24:07 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[正则表达式]]></category>
		<category><![CDATA[editplus]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=660</guid>
		<description><![CDATA[需要更改的文本如下：www.ajaxcn.net:IT博客    <code> []</code>
要的结果为www.ajaxcn.net Ctrl+H (搜索-》替换 查找列输入 :.*
替换为： 不填  勾选正则表达式 点替换完成]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/660/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascript操作域名正则表达式例子源码</title>
		<link>http://www.ajaxcn.net/archives/582</link>
		<comments>http://www.ajaxcn.net/archives/582#comments</comments>
		<pubDate>Wed, 25 Nov 2009 14:12:04 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[正则表达式]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=582</guid>
		<description><![CDATA[javascript操作域名正则表达式，这里的域名正则表达式要求格式为www.ajaxcn.net,包含www.和常见的域名后缀结尾，详细代码情况如下：]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/582/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>密码保护：关于网页采集的总结</title>
		<link>http://www.ajaxcn.net/archives/487</link>
		<comments>http://www.ajaxcn.net/archives/487#comments</comments>
		<pubDate>Thu, 29 Oct 2009 15:57:36 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[正则表达式]]></category>
		<category><![CDATA[程序人生]]></category>
		<category><![CDATA[网页采集]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=487</guid>
		<description><![CDATA[无法提供摘要。这是一篇受保护的文章。]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/487/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用正则表达式分割中文数字字段</title>
		<link>http://www.ajaxcn.net/archives/314</link>
		<comments>http://www.ajaxcn.net/archives/314#comments</comments>
		<pubDate>Wed, 09 Sep 2009 14:05:06 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[正则表达式]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=314</guid>
		<description><![CDATA[用正则表达式分割数据库中的中文数字字段，如果数据库中有个字段有比如21天（也可以21节，21次），如果保存的时候是“21,节”这样就容易，但是程序实现要分2个控件，一个TextBox,一个Dropdownlist,既然有此需求也没办法，那就用正则来解决，思路就是把中文和数字分组后，在用“,”组合，21节最后成为"21,节"，具体建一个aspx页面，Page_Load代码测试代码如下：]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/314/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>掌握正则表达式笔记</title>
		<link>http://www.ajaxcn.net/archives/301</link>
		<comments>http://www.ajaxcn.net/archives/301#comments</comments>
		<pubDate>Wed, 09 Sep 2009 13:47:44 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[正则表达式]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=301</guid>
		<description><![CDATA[前言

正则表达式平时用到不是很多，有时只是搞注册信息时弄弄验证用户名等验证。一直来自己也没完全掌握，最近下定决心要学好正则表达式，以下是我一个星期抽空学习正则表达式的过程并且掌握

第一步

   首先要找到一个入门教程，个人推荐 正则表达式30分钟入门教程   http://www.xxhai.com/zhengzhe-biaodashi-jiaocheng-se.htm  ,并下载Regex Tester 测试该教程的一些例子

英文版http://www.codeproject.com/KB/dotnet/regextutorial.aspx 

第二步
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/301/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

