<?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>Tue, 07 Feb 2012 03:11:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: sun</title>
		<link>http://iregex.org/blog/regular-expressions-in-emeditor.html/comment-page-1#comment-11264</link>
		<dc:creator>sun</dc:creator>
		<pubDate>Fri, 12 Aug 2011 06:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=59#comment-11264</guid>
		<description>请教在EmEditor中如何用正则表达式实现如下问题：
我有一个文件，有数万行，格式如下：
张三    8888888888
张三    9999999999
李一一    8888999999
李四    2345999900
李四    2334455888
李四    3333333333
王二小    34899889988
王二小    88888999999
要想达到的效果如下：
张三    8888888888,9999999999
李一一    8888999999
李四    2345999900,2334455888,3333333333
王二小    34899889988,88888999999
麻烦你了。</description>
		<content:encoded><![CDATA[<p>请教在EmEditor中如何用正则表达式实现如下问题：<br />
我有一个文件，有数万行，格式如下：<br />
张三    8888888888<br />
张三    9999999999<br />
李一一    8888999999<br />
李四    2345999900<br />
李四    2334455888<br />
李四    3333333333<br />
王二小    34899889988<br />
王二小    88888999999<br />
要想达到的效果如下：<br />
张三    8888888888,9999999999<br />
李一一    8888999999<br />
李四    2345999900,2334455888,3333333333<br />
王二小    34899889988,88888999999<br />
麻烦你了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://333-888.ru/forum/index.php?action=profile;u=195089</title>
		<link>http://iregex.org/blog/regular-expressions-in-emeditor.html/comment-page-1#comment-8685</link>
		<dc:creator>http://333-888.ru/forum/index.php?action=profile;u=195089</dc:creator>
		<pubDate>Sun, 10 Apr 2011 04:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=59#comment-8685</guid>
		<description>Great post. I was checking continuously this blog and I am impressed! Extremely useful info particularly the last part :) I care for such information much. I was seeking this particular information for a long time. Thank you and good luck.</description>
		<content:encoded><![CDATA[<p>Great post. I was checking continuously this blog and I am impressed! Extremely useful info particularly the last part <img src='http://iregex.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I care for such information much. I was seeking this particular information for a long time. Thank you and good luck.</p>
]]></content:encoded>
	</item>
	<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>

