<?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: Use only re.search()</title>
	<atom:link href="http://wolfram.kriesing.de/blog/index.php/2005/use-only-research/feed" rel="self" type="application/rss+xml" />
	<link>http://wolfram.kriesing.de/blog/index.php/2005/use-only-research</link>
	<description>all the other blogs have such cool names, I don't know one ...</description>
	<pubDate>Sat, 04 Feb 2012 12:50:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve Holden</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2005/use-only-research/comment-page-1#comment-139</link>
		<dc:creator>Steve Holden</dc:creator>
		<pubDate>Fri, 03 Mar 2006 07:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/?p=12#comment-139</guid>
		<description>Think of it this way: &lt;i&gt;search()&lt;/i&gt; will look for a match starting anywhere in a string, while &lt;i&gt;match()&lt;/i&gt; will look starting only at a fixed position. This fixed position is usually the start of the string (hence the remark about the "implicit ^") but can be varied by changing &lt;i&gt;pos&lt;/i&gt;.</description>
		<content:encoded><![CDATA[<p>Think of it this way: <i>search()</i> will look for a match starting anywhere in a string, while <i>match()</i> will look starting only at a fixed position. This fixed position is usually the start of the string (hence the remark about the &#8220;implicit ^&#8221;) but can be varied by changing <i>pos</i>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

