<?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: Case-insensitive String Replacement (in Python)</title>
	<atom:link href="http://chris.neugebauer.id.au/2008/03/27/case-insensitive-string-replacement-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.neugebauer.id.au/2008/03/27/case-insensitive-string-replacement-in-python/</link>
	<description>Indeed it is.</description>
	<lastBuildDate>Tue, 10 Jan 2012 23:48:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Steve</title>
		<link>http://chris.neugebauer.id.au/2008/03/27/case-insensitive-string-replacement-in-python/#comment-897</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 06 Feb 2009 17:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://chris.neugebauer.id.au/2008/03/27/case-insensitive-string-replacement-in-python/#comment-897</guid>
		<description>Hey thanks a lot the &quot;(?i)EN&quot; helped me replace only strings that were Upper Case EN and not lower case :)&lt;br /&gt;
&lt;br /&gt;
awesome
</description>
		<content:encoded><![CDATA[<p>Hey thanks a lot the &#8220;(?i)EN&#8221; helped me replace only strings that were Upper Case EN and not lower case <img src='http://chris.neugebauer.id.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wheaties</title>
		<link>http://chris.neugebauer.id.au/2008/03/27/case-insensitive-string-replacement-in-python/#comment-896</link>
		<dc:creator>wheaties</dc:creator>
		<pubDate>Sun, 04 Jan 2009 07:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://chris.neugebauer.id.au/2008/03/27/case-insensitive-string-replacement-in-python/#comment-896</guid>
		<description>You can also do something like this:&lt;br /&gt;
&lt;br /&gt;
import re&lt;br /&gt;
new_str = re.sub(&#039;(?i)pattern&#039;, &#039;replacement&#039;, old_str)&lt;br /&gt;
&lt;br /&gt;
The (?i) is the magic key ;)
</description>
		<content:encoded><![CDATA[<p>You can also do something like this:</p>
<p>import re<br />
new_str = re.sub(&#8216;(?i)pattern&#8217;, &#8216;replacement&#8217;, old_str)</p>
<p>The (?i) is the magic key <img src='http://chris.neugebauer.id.au/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: choor</title>
		<link>http://chris.neugebauer.id.au/2008/03/27/case-insensitive-string-replacement-in-python/#comment-895</link>
		<dc:creator>choor</dc:creator>
		<pubDate>Thu, 27 Mar 2008 10:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://chris.neugebauer.id.au/2008/03/27/case-insensitive-string-replacement-in-python/#comment-895</guid>
		<description>Thanks, I was looking for it :)&lt;br /&gt;
Sometime i think python not better solution :(
</description>
		<content:encoded><![CDATA[<p>Thanks, I was looking for it <img src='http://chris.neugebauer.id.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />
Sometime i think python not better solution <img src='http://chris.neugebauer.id.au/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

