<?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: 探索匹配中文的正则表达式</title>
	<atom:link href="http://iregex.org/blog/exploration-on-regular-rexpressions-that-match-chinese.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iregex.org/blog/exploration-on-regular-rexpressions-that-match-chinese.html</link>
	<description>关注正则表达式和搜索引擎</description>
	<lastBuildDate>Fri, 12 Mar 2010 11:31:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alucard</title>
		<link>http://iregex.org/blog/exploration-on-regular-rexpressions-that-match-chinese.html/comment-page-1#comment-2730</link>
		<dc:creator>alucard</dc:creator>
		<pubDate>Fri, 12 Feb 2010 08:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=31#comment-2730</guid>
		<description>很好，的确可以匹配，收下研究之。</description>
		<content:encoded><![CDATA[<p>很好，的确可以匹配，收下研究之。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rex</title>
		<link>http://iregex.org/blog/exploration-on-regular-rexpressions-that-match-chinese.html/comment-page-1#comment-1229</link>
		<dc:creator>rex</dc:creator>
		<pubDate>Sun, 30 Aug 2009 14:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=31#comment-1229</guid>
		<description>貌似已经在邮件中回复了您的问题。

在vim中，可以使用
[^\x00-\x7f]\+
来匹配所有中文。

它表示非ASCII码的集合，当然表示汉字。这是一种粗略的表示。</description>
		<content:encoded><![CDATA[<p>貌似已经在邮件中回复了您的问题。</p>
<p>在vim中，可以使用<br />
[^\x00-\x7f]\+<br />
来匹配所有中文。</p>
<p>它表示非ASCII码的集合，当然表示汉字。这是一种粗略的表示。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stonewang</title>
		<link>http://iregex.org/blog/exploration-on-regular-rexpressions-that-match-chinese.html/comment-page-1#comment-1062</link>
		<dc:creator>stonewang</dc:creator>
		<pubDate>Wed, 19 Aug 2009 03:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=31#comment-1062</guid>
		<description>Hi，我用gVim，文中说的两个表达式都无法在gVim中匹配汉字。
 从图片看到，你也用gVim，想知道gVim中匹配所有汉字的表达式。
  谢谢。</description>
		<content:encoded><![CDATA[<p>Hi，我用gVim，文中说的两个表达式都无法在gVim中匹配汉字。<br />
 从图片看到，你也用gVim，想知道gVim中匹配所有汉字的表达式。<br />
  谢谢。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
