<?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"
	>
<channel>
	<title>《删除字符串中多余的换行》的评论</title>
	<atom:link href="http://blog.sunshow.net/archives/62.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.sunshow.net/archives/62.html</link>
	<description>少壮不努力，老大搞IT</description>
	<pubDate>Sun, 23 Nov 2008 12:17:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Serkan</title>
		<link>http://blog.sunshow.net/archives/62.html#comment-342</link>
		<dc:creator>Serkan</dc:creator>
		<pubDate>Sat, 16 Dec 2006 19:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://sunfee.net/blog/?p=62#comment-342</guid>
		<description>is that all?</description>
		<content:encoded><![CDATA[<p>is that all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Nameless</title>
		<link>http://blog.sunshow.net/archives/62.html#comment-262</link>
		<dc:creator>Nameless</dc:creator>
		<pubDate>Thu, 02 Nov 2006 15:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://sunfee.net/blog/?p=62#comment-262</guid>
		<description>正则不是Perl作者发明的,可能是某批科学家的某项科学研究的副产物,
PHP里面的Pxx系列正则处理函数是一套POSIX兼容的函数</description>
		<content:encoded><![CDATA[<p>正则不是Perl作者发明的,可能是某批科学家的某项科学研究的副产物,<br />
PHP里面的Pxx系列正则处理函数是一套POSIX兼容的函数</p>
]]></content:encoded>
	</item>
	<item>
		<title>bianbian</title>
		<link>http://blog.sunshow.net/archives/62.html#comment-260</link>
		<dc:creator>bianbian</dc:creator>
		<pubDate>Thu, 02 Nov 2006 06:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://sunfee.net/blog/?p=62#comment-260</guid>
		<description>说实话，ss要补补课了。正则真是好东西，要是找到发明正则的（是不是Perl的作者？）我一定给他捐款。</description>
		<content:encoded><![CDATA[<p>说实话，ss要补补课了。正则真是好东西，要是找到发明正则的（是不是Perl的作者？）我一定给他捐款。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Sunshow</title>
		<link>http://blog.sunshow.net/archives/62.html#comment-259</link>
		<dc:creator>Sunshow</dc:creator>
		<pubDate>Thu, 02 Nov 2006 01:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://sunfee.net/blog/?p=62#comment-259</guid>
		<description>果然好使
高人啊
不怎么会正则的说。。</description>
		<content:encoded><![CDATA[<p>果然好使<br />
高人啊<br />
不怎么会正则的说。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Nameless</title>
		<link>http://blog.sunshow.net/archives/62.html#comment-258</link>
		<dc:creator>Nameless</dc:creator>
		<pubDate>Wed, 01 Nov 2006 13:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://sunfee.net/blog/?p=62#comment-258</guid>
		<description>&lt;code&gt;
function remove_blank_lines ($content) {
    return preg_replace("/(\s*?\r?\n\s*?)+/","\n",$content);
}
&lt;/code&gt;
这个如何?</description>
		<content:encoded><![CDATA[<p><code><br />
function remove_blank_lines ($content) {<br />
    return preg_replace("/(\s*?\r?\n\s*?)+/","\n",$content);<br />
}<br />
</code><br />
这个如何?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
