<?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, 18 May 2012 03:20:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: niejieqiang</title>
		<link>http://iregex.org/blog/exploration-on-regular-rexpressions-that-match-chinese.html/comment-page-1#comment-5700</link>
		<dc:creator>niejieqiang</dc:creator>
		<pubDate>Sat, 11 Dec 2010 05:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://iregex.org/?p=31#comment-5700</guid>
		<description>博主，你好，如果要用正则区分郑码码表中的，CJK－A  CJK－B或CJK－D字集，该怎么写呢？</description>
		<content:encoded><![CDATA[<p>博主，你好，如果要用正则区分郑码码表中的，CJK－A  CJK－B或CJK－D字集，该怎么写呢？</p>
]]></content:encoded>
	</item>
	<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>

