<?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>iPhone SDK develop &#38; programming tips &#187; python</title>
	<atom:link href="http://www.flyblog.info/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flyblog.info</link>
	<description>ideas for programming</description>
	<lastBuildDate>Fri, 20 May 2011 09:49:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Python 正则表达式（二）</title>
		<link>http://www.flyblog.info/catprogramming/319.html</link>
		<comments>http://www.flyblog.info/catprogramming/319.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 08:26:06 +0000</pubDate>
		<dc:creator>Flyblog</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[正则表达式]]></category>

		<guid isPermaLink="false">http://www.flyblog.info/?p=319</guid>
		<description><![CDATA[<h3>反斜杠的麻烦</h3>
在早期规定中，正则表达式用反斜杠字符 ("") 来表示特殊格式或允许使用特殊字符而不调用它的特殊用法。这就与 Python 在字符串中的那些起相同作用的相同字符产生了冲突。  让我们举例说明，你想写一个 RE 以匹配字符串 "section"，可能是在一个 LATEX 文件查找。为了要在程序代码中判断，首先要写出想要匹配的字符串。接下来你需要在所有反斜杠和元字符前加反斜杠来取消其特殊意义。]]></description>
		<wfw:commentRss>http://www.flyblog.info/catprogramming/319.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Python 正则表达式（-）</title>
		<link>http://www.flyblog.info/catprogramming/316.html</link>
		<comments>http://www.flyblog.info/catprogramming/316.html#comments</comments>
		<pubDate>Fri, 20 Mar 2009 07:54:59 +0000</pubDate>
		<dc:creator>Flyblog</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[正则表达式]]></category>

		<guid isPermaLink="false">http://www.flyblog.info/?p=316</guid>
		<description><![CDATA[最近需要处理一批文本数据， 自己写程序太麻烦，于是想到了python。 使用python的正则表达式功能对于出来复杂字符串来说是物尽其用， 因为之前对与python的正则表达式不太熟悉，所以在ubuntu网上找到这篇文章， 该文章思路清晰简单明了，很容易让新手掌握正则表达式的使用方法]]></description>
		<wfw:commentRss>http://www.flyblog.info/catprogramming/316.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

