<?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>《检查素数的正则表达式》的评论</title>
	<atom:link href="http://coolshell.cn/articles/2704.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coolshell.cn/articles/2704.html</link>
	<description>享受编程和技术所带来的快乐 - http://coolshell.cn</description>
	<lastBuildDate>Sat, 11 Feb 2012 06:04:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：ljf1279</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-122223</link>
		<dc:creator>ljf1279</dc:creator>
		<pubDate>Fri, 06 Jan 2012 09:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-122223</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-8075&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-8075&quot; rel=&quot;nofollow&quot;&gt;Crane&lt;/a&gt; :&lt;/strong&gt;
&lt;a href=&quot;#comment-8074&quot; rel=&quot;nofollow&quot;&gt;@lobatt&lt;/a&gt;
这个是正则表达式引擎匹配的工作原理决定的，(11+?)先匹配一个11,看后面的\1+能不能匹配，相当于看能不能被2整除，不能的话(11+?)下来就会匹配111，再看能不能匹配，相当于看能不能被3整除，依次进行，这就是判定素数最朴素的方法啊！若中间有一次匹配成功了，就代表能被某个数整除，就不是素数，若一直到最后都没有匹配成功，则是素数。
&lt;/blockquote&gt;
高</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-8075"><p>
<strong><a href="#comment-8075" rel="nofollow">Crane</a> :</strong><br />
<a href="#comment-8074" rel="nofollow">@lobatt</a><br />
这个是正则表达式引擎匹配的工作原理决定的，(11+?)先匹配一个11,看后面的\1+能不能匹配，相当于看能不能被2整除，不能的话(11+?)下来就会匹配111，再看能不能匹配，相当于看能不能被3整除，依次进行，这就是判定素数最朴素的方法啊！若中间有一次匹配成功了，就代表能被某个数整除，就不是素数，若一直到最后都没有匹配成功，则是素数。
</p></blockquote>
<p>高</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：检查素数的正则表达式 [转] _ 程序脚本 _ 北街小巷™(upall™) 每一天都有它自己的主题</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-116352</link>
		<dc:creator>检查素数的正则表达式 [转] _ 程序脚本 _ 北街小巷™(upall™) 每一天都有它自己的主题</dc:creator>
		<pubDate>Mon, 26 Dec 2011 03:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-116352</guid>
		<description>[...] – CoolShell.cn http://coolshell.cn/articles/2704.html  分享按钮 var wordpress_toolbar_urls = [...]</description>
		<content:encoded><![CDATA[<p>[...] – CoolShell.cn http://coolshell.cn/articles/2704.html  分享按钮 var wordpress_toolbar_urls = [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：dunxp</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-77194</link>
		<dc:creator>dunxp</dc:creator>
		<pubDate>Fri, 26 Aug 2011 13:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-77194</guid>
		<description>最后两个题应该是检查有无非负整数解

另外，为什么不用^(.*){17}(.*){12}$呢</description>
		<content:encoded><![CDATA[<p>最后两个题应该是检查有无非负整数解</p>
<p>另外，为什么不用^(.*){17}(.*){12}$呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：面向对象的Shell脚本 &#124; Jaring&#039;s blog</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-68703</link>
		<dc:creator>面向对象的Shell脚本 &#124; Jaring&#039;s blog</dc:creator>
		<pubDate>Wed, 27 Jul 2011 10:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-68703</guid>
		<description>[...] &#36824;&#35760;&#24471;&#20197;&#21069;&#37027;&#20010;&#29992;&#31639;&#32032;&#25968;&#30340;&#27491;&#21017;&#34920;&#36798;&#24335;&#21527;&#65311;&#32534;&#31243;&#36825;&#20010;&#19990;&#30028;&#22826;&#26377;&#36259;&#20102;&#65292;&#24635;&#26159;&#33021;&#30475;&#21040;&#19968;&#20123;&#21363;&#21035;&#20986;&#24515;&#35009;&#30340;&#19996;&#35199;&#12290;&#20320;&#26377;&#27809;&#26377;&#24819;&#36807;&#22312;&#20889;Shell&#33050;&#26412;&#30340;&#26102;&#20505;&#21487;&#20197;&#25226;&#20320;&#30340;&#21464;&#37327;&#21644;&#20989;&#25968;&#25918;&#21040;&#19968;&#20010;&#31867;&#20013;&#65311;&#19981;&#35201;&#20197;&#20026;&#36825;&#19981;&#21487;&#33021;&#65292;&#36825;&#19981;&#65292;&#25105;&#22312;&#32593;&#19978;&#21448;&#30475;&#21040;&#20102;&#19968;&#20010;&#25226;Shell&#33050;&#26412;&#25972;&#25104;&#38754;&#21521;&#23545;&#35937;&#30340;&#19996;&#35199;&#12290;Shell&#26412;&#26469;&#26159;&#19981;&#25903;&#25345;&#30340;&#65292;&#38656;&#35201;&#33258;&#24049;&#20570;&#28857;&#19996;&#35199;&#65292;&#33021;&#25630;&#20986;&#36825;&#20010;&#20107;&#20107;&#30340;&#20154;&#30495;&#30340;&#26159;hacker&#21834;&#12290; [...]</description>
		<content:encoded><![CDATA[<p>[...] &#36824;&#35760;&#24471;&#20197;&#21069;&#37027;&#20010;&#29992;&#31639;&#32032;&#25968;&#30340;&#27491;&#21017;&#34920;&#36798;&#24335;&#21527;&#65311;&#32534;&#31243;&#36825;&#20010;&#19990;&#30028;&#22826;&#26377;&#36259;&#20102;&#65292;&#24635;&#26159;&#33021;&#30475;&#21040;&#19968;&#20123;&#21363;&#21035;&#20986;&#24515;&#35009;&#30340;&#19996;&#35199;&#12290;&#20320;&#26377;&#27809;&#26377;&#24819;&#36807;&#22312;&#20889;Shell&#33050;&#26412;&#30340;&#26102;&#20505;&#21487;&#20197;&#25226;&#20320;&#30340;&#21464;&#37327;&#21644;&#20989;&#25968;&#25918;&#21040;&#19968;&#20010;&#31867;&#20013;&#65311;&#19981;&#35201;&#20197;&#20026;&#36825;&#19981;&#21487;&#33021;&#65292;&#36825;&#19981;&#65292;&#25105;&#22312;&#32593;&#19978;&#21448;&#30475;&#21040;&#20102;&#19968;&#20010;&#25226;Shell&#33050;&#26412;&#25972;&#25104;&#38754;&#21521;&#23545;&#35937;&#30340;&#19996;&#35199;&#12290;Shell&#26412;&#26469;&#26159;&#19981;&#25903;&#25345;&#30340;&#65292;&#38656;&#35201;&#33258;&#24049;&#20570;&#28857;&#19996;&#35199;&#65292;&#33021;&#25630;&#20986;&#36825;&#20010;&#20107;&#20107;&#30340;&#20154;&#30495;&#30340;&#26159;hacker&#21834;&#12290; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：biohuang</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-67947</link>
		<dc:creator>biohuang</dc:creator>
		<pubDate>Mon, 25 Jul 2011 02:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-67947</guid>
		<description>&lt;a href=&quot;#comment-39187&quot; rel=&quot;nofollow&quot;&gt;@biran  &lt;/a&gt; 

perl正则表达式表示能力没有超越正则预言。

素数个1显然不是正则语言。但该表达式寻找到的是合数个1，这是正则语言。取反条件表达式已经不是正则表达式的能力了，是perl的能力，后者等价于图灵机。</description>
		<content:encoded><![CDATA[<p><a href="#comment-39187" rel="nofollow">@biran  </a> </p>
<p>perl正则表达式表示能力没有超越正则预言。</p>
<p>素数个1显然不是正则语言。但该表达式寻找到的是合数个1，这是正则语言。取反条件表达式已经不是正则表达式的能力了，是perl的能力，后者等价于图灵机。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：feenn的博客 &#187; [转载]: 面向对象的Shell脚本</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-66838</link>
		<dc:creator>feenn的博客 &#187; [转载]: 面向对象的Shell脚本</dc:creator>
		<pubDate>Thu, 21 Jul 2011 11:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-66838</guid>
		<description>[...] &#36824;&#35760;&#24471;&#20197;&#21069;&#37027;&#20010;&#29992;&#31639;&#32032;&#25968;&#30340;&#27491;&#21017;&#34920;&#36798;&#24335;&#21527;&#65311;&#32534;&#31243;&#36825;&#20010;&#19990;&#30028;&#22826;&#26377;&#36259;&#20102;&#65292;&#24635;&#26159;&#33021;&#30475;&#21040;&#19968;&#20123;&#21363;&#21035;&#20986;&#24515;&#35009;&#30340;&#19996;&#35199;&#12290;&#20320;&#26377;&#27809;&#26377;&#24819;&#36807;&#22312;&#20889;Shell&#33050;&#26412;&#30340;&#26102;&#20505;&#21487;&#20197;&#25226;&#20320;&#30340;&#21464;&#37327;&#21644;&#20989;&#25968;&#25918;&#21040;&#19968;&#20010;&#31867;&#20013;&#65311;&#19981;&#35201;&#20197;&#20026;&#36825;&#19981;&#21487;&#33021;&#65292;&#36825;&#19981;&#65292;&#25105;&#22312;&#32593;&#19978;&#21448;&#30475;&#21040;&#20102;&#19968;&#20010;&#25226;Shell&#33050;&#26412;&#25972;&#25104;&#38754;&#21521;&#23545;&#35937;&#30340;&#19996;&#35199;&#12290;Shell&#26412;&#26469;&#26159;&#19981;&#25903;&#25345;&#30340;&#65292;&#38656;&#35201;&#33258;&#24049;&#20570;&#28857;&#19996;&#35199;&#65292;&#33021;&#25630;&#20986;&#36825;&#20010;&#20107;&#20107;&#30340;&#20154;&#30495;&#30340;&#26159;hacker&#21834;&#12290; [...]</description>
		<content:encoded><![CDATA[<p>[...] &#36824;&#35760;&#24471;&#20197;&#21069;&#37027;&#20010;&#29992;&#31639;&#32032;&#25968;&#30340;&#27491;&#21017;&#34920;&#36798;&#24335;&#21527;&#65311;&#32534;&#31243;&#36825;&#20010;&#19990;&#30028;&#22826;&#26377;&#36259;&#20102;&#65292;&#24635;&#26159;&#33021;&#30475;&#21040;&#19968;&#20123;&#21363;&#21035;&#20986;&#24515;&#35009;&#30340;&#19996;&#35199;&#12290;&#20320;&#26377;&#27809;&#26377;&#24819;&#36807;&#22312;&#20889;Shell&#33050;&#26412;&#30340;&#26102;&#20505;&#21487;&#20197;&#25226;&#20320;&#30340;&#21464;&#37327;&#21644;&#20989;&#25968;&#25918;&#21040;&#19968;&#20010;&#31867;&#20013;&#65311;&#19981;&#35201;&#20197;&#20026;&#36825;&#19981;&#21487;&#33021;&#65292;&#36825;&#19981;&#65292;&#25105;&#22312;&#32593;&#19978;&#21448;&#30475;&#21040;&#20102;&#19968;&#20010;&#25226;Shell&#33050;&#26412;&#25972;&#25104;&#38754;&#21521;&#23545;&#35937;&#30340;&#19996;&#35199;&#12290;Shell&#26412;&#26469;&#26159;&#19981;&#25903;&#25345;&#30340;&#65292;&#38656;&#35201;&#33258;&#24049;&#20570;&#28857;&#19996;&#35199;&#65292;&#33021;&#25630;&#20986;&#36825;&#20010;&#20107;&#20107;&#30340;&#20154;&#30495;&#30340;&#26159;hacker&#21834;&#12290; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：面向对象的Shell脚本 &#124; 酷壳 - CoolShell.cn</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-66712</link>
		<dc:creator>面向对象的Shell脚本 &#124; 酷壳 - CoolShell.cn</dc:creator>
		<pubDate>Thu, 21 Jul 2011 04:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-66712</guid>
		<description>[...] 还记得以前那个用算素数的正则表达式吗？编程这个世界太有趣了，总是能看到一些即别出心裁的东西。你有没有想过在写Shell脚本的时候可以把你的变量和函数放到一个类中？不要以为这不可能，这不，我在网上又看到了一个把Shell脚本整成面向对象的东西。Shell本来是不支持的，需要自己做点东西，能搞出这个事事的人真的是hacker啊。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 还记得以前那个用算素数的正则表达式吗？编程这个世界太有趣了，总是能看到一些即别出心裁的东西。你有没有想过在写Shell脚本的时候可以把你的变量和函数放到一个类中？不要以为这不可能，这不，我在网上又看到了一个把Shell脚本整成面向对象的东西。Shell本来是不支持的，需要自己做点东西，能搞出这个事事的人真的是hacker啊。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：biran</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-39187</link>
		<dc:creator>biran</dc:creator>
		<pubDate>Thu, 24 Mar 2011 07:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-39187</guid>
		<description>perl正则表达式表示能力已经超越正则预言了。素数个1显然不是正则语言。
提问：perl正则表达式能力等效于图灵机么？</description>
		<content:encoded><![CDATA[<p>perl正则表达式表示能力已经超越正则预言了。素数个1显然不是正则语言。<br />
提问：perl正则表达式能力等效于图灵机么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：打印质数的各种算法 &#124; 酷壳 - CoolShell.cn</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-33261</link>
		<dc:creator>打印质数的各种算法 &#124; 酷壳 - CoolShell.cn</dc:creator>
		<pubDate>Tue, 01 Mar 2011 15:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-33261</guid>
		<description>[...] 当然，还有以前说过的那个——《检查素数的正则表达式》 [...]</description>
		<content:encoded><![CDATA[<p>[...] 当然，还有以前说过的那个——《检查素数的正则表达式》 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：检查素数的正则表达式 - Seeker - 我心中有猛虎，细嗅蔷薇。</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-10171</link>
		<dc:creator>检查素数的正则表达式 - Seeker - 我心中有猛虎，细嗅蔷薇。</dc:creator>
		<pubDate>Tue, 21 Sep 2010 06:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-10171</guid>
		<description>[...] 来源：酷壳 jQuery(function(){jQuery(&quot;#single-share&quot;).shareList({getListAjaxOptions:{url:&quot;http://www.tsnrose.com/wp-content/plugins/wp-share-list/js/shareListData.js&quot;},shadowSrc : &quot;http://www.tsnrose.com/wp-content/plugins/wp-share-list/style/images/icon-shadow.png&quot;,preloadImgSrc:&quot;http://www.tsnrose.com/wp-content/plugins/wp-share-list/style/images/loading.gif&quot;,shareSites:[&quot;9dian&quot;,&quot;feerbook&quot;,&quot;chouti&quot;,&quot;diglog&quot;,&quot;sinaminiblog&quot;,&quot;renren&quot;,&quot;zhuaxia&quot;,&quot;xianguo&quot;,&quot;greader&quot;,&quot;qqshuqian&quot;,&quot;douban&quot;,&quot;twitter&quot;,&quot;kaixin001&quot;,&quot;baiducang&quot;,&quot;gbuzz&quot;,&quot;digu&quot;,&quot;zuosa&quot;,&quot;renjian&quot;,&quot;sohubai&quot;,&quot;delicious&quot;,&quot;facebook&quot;],style:{width:600}});})   2&#160;人浏览   类归于： 乱弹 &#8212; Lee @ 14:10  评论 (0) [...]</description>
		<content:encoded><![CDATA[<p>[...] 来源：酷壳 jQuery(function(){jQuery(&quot;#single-share&quot;).shareList({getListAjaxOptions:{url:&quot;<a href="http://www.tsnrose.com/wp-content/plugins/wp-share-list/js/shareListData.js&quot;" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.tsnrose.com/wp-content/plugins/wp-share-list/js/shareListData.js_quot?referer=');">http://www.tsnrose.com/wp-content/plugins/wp-share-list/js/shareListData.js&quot;</a>},shadowSrc : &quot;<a href="http://www.tsnrose.com/wp-content/plugins/wp-share-list/style/images/icon-shadow.png&quot;,preloadImgSrc:&quot;http://www.tsnrose.com/wp-content/plugins/wp-share-list/style/images/loading.gif&quot;,shareSites:&quot;9dian&quot;,&quot;feerbook&quot;,&quot;chouti&quot;,&quot;diglog&quot;,&quot;sinaminiblog&quot;,&quot;renren&quot;,&quot;zhuaxia&quot;,&quot;xianguo&quot;,&quot;greader&quot;,&quot;qqshuqian&quot;,&quot;douban&quot;,&quot;twitter&quot;,&quot;kaixin001&quot;,&quot;baiducang&quot;,&quot;gbuzz&quot;,&quot;digu&quot;,&quot;zuosa&quot;,&quot;renjian&quot;,&quot;sohubai&quot;,&quot;delicious&quot;,&quot;facebook&quot;,style:" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.tsnrose.com/wp-content/plugins/wp-share-list/style/images/icon-shadow.png_quot_preloadImgSrc_quot_http_//www.tsnrose.com/wp-content/plugins/wp-share-list/style/images/loading.gif_quot_shareSites_quot_9dian_quot_quot_feerbook_quot_quot_chouti_quot_quot_diglog_quot_quot_sinaminiblog_quot_quot_renren_quot_quot_zhuaxia_quot_quot_xianguo_quot_quot_greader_quot_quot_qqshuqian_quot_quot_douban_quot_quot_twitter_quot_quot_kaixin001_quot_quot_baiducang_quot_quot_gbuzz_quot_quot_digu_quot_quot_zuosa_quot_quot_renjian_quot_quot_sohubai_quot_quot_delicious_quot_quot_facebook_quot_style?referer=');">http://www.tsnrose.com/wp-content/plugins/wp-share-list/style/images/icon-shadow.png&quot;,preloadImgSrc:&quot;http://www.tsnrose.com/wp-content/plugins/wp-share-list/style/images/loading.gif&quot;,shareSites:&quot;9dian&quot;,&quot;feerbook&quot;,&quot;chouti&quot;,&quot;diglog&quot;,&quot;sinaminiblog&quot;,&quot;renren&quot;,&quot;zhuaxia&quot;,&quot;xianguo&quot;,&quot;greader&quot;,&quot;qqshuqian&quot;,&quot;douban&quot;,&quot;twitter&quot;,&quot;kaixin001&quot;,&quot;baiducang&quot;,&quot;gbuzz&quot;,&quot;digu&quot;,&quot;zuosa&quot;,&quot;renjian&quot;,&quot;sohubai&quot;,&quot;delicious&quot;,&quot;facebook&quot;,style:</a>{width:600}});})   2&nbsp;人浏览   类归于： 乱弹 &#8212; Lee @ 14:10  评论 (0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：jruv</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-8955</link>
		<dc:creator>jruv</dc:creator>
		<pubDate>Fri, 13 Aug 2010 08:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-8955</guid>
		<description>这个表达式相当NB，第一部分/^1?$/不用说很显然就是考虑n=1或n=0的情况， 第二部分/^(11+?)\1+$/实际上是利用regexp解释器来寻找该数值n的第一个可以被整除的因子。找到了就是匹配， 也就是非质素。 其中子匹配(11+?)就是该数值n的第一个可以被整除的因子</description>
		<content:encoded><![CDATA[<p>这个表达式相当NB，第一部分/^1?$/不用说很显然就是考虑n=1或n=0的情况， 第二部分/^(11+?)\1+$/实际上是利用regexp解释器来寻找该数值n的第一个可以被整除的因子。找到了就是匹配， 也就是非质素。 其中子匹配(11+?)就是该数值n的第一个可以被整除的因子</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：fridayzz</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-8291</link>
		<dc:creator>fridayzz</dc:creator>
		<pubDate>Thu, 29 Jul 2010 12:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-8291</guid>
		<description>有意思。</description>
		<content:encoded><![CDATA[<p>有意思。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：YuLei666</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-8262</link>
		<dc:creator>YuLei666</dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-8262</guid>
		<description>这个太NB了。。。</description>
		<content:encoded><![CDATA[<p>这个太NB了。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：阅网博客</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-8234</link>
		<dc:creator>阅网博客</dc:creator>
		<pubDate>Tue, 27 Jul 2010 15:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-8234</guid>
		<description>学习了，很有意思的一个话题！</description>
		<content:encoded><![CDATA[<p>学习了，很有意思的一个话题！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：技术备份 &#187; 检查素数的正则表达式</title>
		<link>http://coolshell.cn/articles/2704.html/comment-page-1#comment-8215</link>
		<dc:creator>技术备份 &#187; 检查素数的正则表达式</dc:creator>
		<pubDate>Tue, 27 Jul 2010 03:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://coolshell.cn/?p=2704#comment-8215</guid>
		<description>[...] 下面，我们用perl来使用这个正规则表达式不停地输出素数：（关于perl的语法我就不多说了，请注意表达式前的取反操作符）   查看源代码 [...]</description>
		<content:encoded><![CDATA[<p>[...] 下面，我们用perl来使用这个正规则表达式不停地输出素数：（关于perl的语法我就不多说了，请注意表达式前的取反操作符）   查看源代码 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

