<?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>Just feel my simple life... &#187; regular expression</title>
	<atom:link href="http://youjf.com/tag/regular-expression/feed/" rel="self" type="application/rss+xml" />
	<link>http://youjf.com</link>
	<description>Just feel my simple life...</description>
	<lastBuildDate>Mon, 28 Jun 2010 07:55:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>the regular expression of matching chinese characters</title>
		<link>http://youjf.com/2009/04/07/the-regular-expression-of-matching-chinese-characters/</link>
		<comments>http://youjf.com/2009/04/07/the-regular-expression-of-matching-chinese-characters/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:54:57 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[我的日记]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://youjf.com/2009/04/07/the-regular-expression-of-matching-chinese-characters/</guid>
		<description><![CDATA[匹配0-9a-zA-Z 和所有中文字符的正则表达式 [\x30-\x39\x41-\x5a\x61-\x7a\x80-\xff] 其中&#8221;\xXX&#8221;中的XX代表ASCII值, 你也可以自己指定自己的匹配范围 附: ASCII码表 http://www.asciitable.com/]]></description>
			<content:encoded><![CDATA[<p>匹配0-9a-zA-Z 和所有中文字符的正则表达式</p>
<p>[\x30-\x39\x41-\x5a\x61-\x7a\x80-\xff]</p>
<p>其中&#8221;\xXX&#8221;中的XX代表ASCII值, 你也可以自己指定自己的匹配范围</p>
<p>附: ASCII码表</p>
<p><a href="http://www.asciitable.com/" target="_blank">http://www.asciitable.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://youjf.com/2009/04/07/the-regular-expression-of-matching-chinese-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
