<?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: Determine Whether a String Contains a Substring in Python</title>
	<atom:link href="http://code.hammerpig.com/determine-whether-a-string-contains-a-substring-in-python.html/feed" rel="self" type="application/rss+xml" />
	<link>http://code.hammerpig.com/determine-whether-a-string-contains-a-substring-in-python.html</link>
	<description>Tips and short tutorials on various programming technologies</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:17:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: baidufan</title>
		<link>http://code.hammerpig.com/determine-whether-a-string-contains-a-substring-in-python.html/comment-page-1#comment-647</link>
		<dc:creator>baidufan</dc:creator>
		<pubDate>Sat, 26 Mar 2011 15:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=135#comment-647</guid>
		<description>This can be finished simply using the “find” method.</description>
		<content:encoded><![CDATA[<p>This can be finished simply using the “find” method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skylar</title>
		<link>http://code.hammerpig.com/determine-whether-a-string-contains-a-substring-in-python.html/comment-page-1#comment-486</link>
		<dc:creator>Skylar</dc:creator>
		<pubDate>Fri, 09 Jul 2010 05:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=135#comment-486</guid>
		<description>bah, the instance method is not being deprecated; anyhoo, (&#039;foo&#039; in &#039;barfoo&#039;)</description>
		<content:encoded><![CDATA[<p>bah, the instance method is not being deprecated; anyhoo, (&#8216;foo&#8217; in &#8216;barfoo&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skylar</title>
		<link>http://code.hammerpig.com/determine-whether-a-string-contains-a-substring-in-python.html/comment-page-1#comment-485</link>
		<dc:creator>Skylar</dc:creator>
		<pubDate>Fri, 09 Jul 2010 05:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=135#comment-485</guid>
		<description>http://docs.python.org/library/string.html#deprecated-string-functions</description>
		<content:encoded><![CDATA[<p><a href="http://docs.python.org/library/string.html#deprecated-string-functions" rel="nofollow">http://docs.python.org/library/string.html#deprecated-string-functions</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

