<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: EmEditor中的正则表达式</title>
	<atom:link href="http://iregex.org/blog/regular-expressions-in-emeditor.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iregex.org/blog/regular-expressions-in-emeditor.html</link>
	<description>原创、翻译、转载关于正则表达式的文章</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:24:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: rex</title>
		<link>http://iregex.org/blog/regular-expressions-in-emeditor.html/comment-page-1#comment-2742</link>
		<dc:creator>rex</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=59#comment-2742</guid>
		<description>我所知的全面支持正则的编辑器是EditPad Pro，可惜$49.95，呵呵。</description>
		<content:encoded><![CDATA[<p>我所知的全面支持正则的编辑器是EditPad Pro，可惜$49.95，呵呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlake</title>
		<link>http://iregex.org/blog/regular-expressions-in-emeditor.html/comment-page-1#comment-2741</link>
		<dc:creator>jlake</dc:creator>
		<pubDate>Mon, 15 Feb 2010 09:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=59#comment-2741</guid>
		<description>UltraEdit, Editplus， EmEditor 等编辑器都用过 ，最爱 EmEditor。 说起正则，可不能拿 Editplus 和 EmEditor 来比，不是一个档次，凭我的感觉，UltraEdit 都要相形见绌。</description>
		<content:encoded><![CDATA[<p>UltraEdit, Editplus， EmEditor 等编辑器都用过 ，最爱 EmEditor。 说起正则，可不能拿 Editplus 和 EmEditor 来比，不是一个档次，凭我的感觉，UltraEdit 都要相形见绌。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rex</title>
		<link>http://iregex.org/blog/regular-expressions-in-emeditor.html/comment-page-1#comment-1697</link>
		<dc:creator>rex</dc:creator>
		<pubDate>Tue, 20 Oct 2009 01:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=59#comment-1697</guid>
		<description>以前用过EditPlus，不过没持续多长时间。总体感觉，它比EmEditor要小巧很多。
刚下载了EditPlus，看了一下它正则部分的文档。在正则方面，它也很“小巧”，只支持以下正则：
\t Tab 
\n 新行
. 匹配任意字符
&#124; 可选
[] 字符组
[^] 排除型字符组
* 任意数目量词 
+ 至少一次量词
? 0次或1次 
^ 行首锚点
$ 行末锚点
() 捕获 
\ 转义。
\0 整个字串
\1 第1组捕获。1,2,3...类推。</description>
		<content:encoded><![CDATA[<p>以前用过EditPlus，不过没持续多长时间。总体感觉，它比EmEditor要小巧很多。<br />
刚下载了EditPlus，看了一下它正则部分的文档。在正则方面，它也很“小巧”，只支持以下正则：<br />
\t Tab<br />
\n 新行<br />
. 匹配任意字符<br />
| 可选<br />
[] 字符组<br />
[^] 排除型字符组<br />
* 任意数目量词<br />
+ 至少一次量词<br />
? 0次或1次<br />
^ 行首锚点<br />
$ 行末锚点<br />
() 捕获<br />
\ 转义。<br />
\0 整个字串<br />
\1 第1组捕获。1,2,3&#8230;类推。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 能不能写一个EditPlus的正则呀</title>
		<link>http://iregex.org/blog/regular-expressions-in-emeditor.html/comment-page-1#comment-1694</link>
		<dc:creator>能不能写一个EditPlus的正则呀</dc:creator>
		<pubDate>Mon, 19 Oct 2009 03:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=59#comment-1694</guid>
		<description>感觉EditPlus比EmEditor更小巧，在写程序时，用EditPlus的人比较的多。EditPlus的语法高亮我很喜欢，所以一直在用它。

好像EditPlus的正则比较简单，是不是这样的？</description>
		<content:encoded><![CDATA[<p>感觉EditPlus比EmEditor更小巧，在写程序时，用EditPlus的人比较的多。EditPlus的语法高亮我很喜欢，所以一直在用它。</p>
<p>好像EditPlus的正则比较简单，是不是这样的？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JIN Weijie</title>
		<link>http://iregex.org/blog/regular-expressions-in-emeditor.html/comment-page-1#comment-1075</link>
		<dc:creator>JIN Weijie</dc:creator>
		<pubDate>Thu, 20 Aug 2009 01:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=59#comment-1075</guid>
		<description>wow,写得真好，谢谢</description>
		<content:encoded><![CDATA[<p>wow,写得真好，谢谢</p>
]]></content:encoded>
	</item>
</channel>
</rss>
