<?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: Regular Expression Anchor Mnemonic</title>
	<atom:link href="http://22ideastreet.com/blog/2009/09/20/regular-expression-anchor-mnemonic/feed/" rel="self" type="application/rss+xml" />
	<link>http://22ideastreet.com/blog/2009/09/20/regular-expression-anchor-mnemonic/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 18:53:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Jon Fuller</title>
		<link>http://22ideastreet.com/blog/2009/09/20/regular-expression-anchor-mnemonic/comment-page-1/#comment-164</link>
		<dc:creator>Jon Fuller</dc:creator>
		<pubDate>Thu, 24 Sep 2009 12:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://22ideastreet.com/blog/?p=816#comment-164</guid>
		<description>When I read this Monday morning I thought &#039;heh, clever, but I never use RegEx&#039;.  Then Monday afternoon as I&#039;m writing some RegEx I think to myself &#039;which goes first?  ^ or $ ?.

Thanks!  Saved me from a quick google.</description>
		<content:encoded><![CDATA[<p>When I read this Monday morning I thought &#8216;heh, clever, but I never use RegEx&#8217;.  Then Monday afternoon as I&#8217;m writing some RegEx I think to myself &#8216;which goes first?  ^ or $ ?.</p>
<p>Thanks!  Saved me from a quick google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robby Slaughter</title>
		<link>http://22ideastreet.com/blog/2009/09/20/regular-expression-anchor-mnemonic/comment-page-1/#comment-163</link>
		<dc:creator>Robby Slaughter</dc:creator>
		<pubDate>Tue, 22 Sep 2009 02:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://22ideastreet.com/blog/?p=816#comment-163</guid>
		<description>I always remember that the caret is also used to represent control characters, as in ^M and comes at the beginning. And the last thing to happen after finishing work is that you are paid; hence, $ at the end.

Stupid, but it works for me.

@robbyslaughter</description>
		<content:encoded><![CDATA[<p>I always remember that the caret is also used to represent control characters, as in ^M and comes at the beginning. And the last thing to happen after finishing work is that you are paid; hence, $ at the end.</p>
<p>Stupid, but it works for me.</p>
<p>@robbyslaughter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah Miller</title>
		<link>http://22ideastreet.com/blog/2009/09/20/regular-expression-anchor-mnemonic/comment-page-1/#comment-161</link>
		<dc:creator>Elijah Miller</dc:creator>
		<pubDate>Mon, 21 Sep 2009 12:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://22ideastreet.com/blog/?p=816#comment-161</guid>
		<description>It&#039;s funny you bring this up, because I have trouble remembering the function of these characters too. I first used regular expressions heavily with Perl which has $&#039;s littered in front of scalars. I imagine both /$a/ and /a$/, but when I see /$a/ I think $a is a variable reference, so it must be /a$/.

Overly complicated? Yes, but it gets the job done!</description>
		<content:encoded><![CDATA[<p>It&#8217;s funny you bring this up, because I have trouble remembering the function of these characters too. I first used regular expressions heavily with Perl which has $&#8217;s littered in front of scalars. I imagine both /$a/ and /a$/, but when I see /$a/ I think $a is a variable reference, so it must be /a$/.</p>
<p>Overly complicated? Yes, but it gets the job done!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
