<?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"
	>
<channel>
	<title>Comments on: Regular Expressions</title>
	<atom:link href="http://www.shiffman.net/teaching/a2z/regex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shiffman.net</link>
	<description></description>
	<pubDate>Fri, 05 Dec 2008 14:21:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Christin</title>
		<link>http://www.shiffman.net/teaching/a2z/regex/#comment-11062</link>
		<dc:creator>Christin</dc:creator>
		<pubDate>Wed, 31 Jan 2007 20:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/programming-from-a-to-z/regex/#comment-11062</guid>
		<description>Is there a way to run egrep from the command line that will return only the matched pattern and not the entire line of text that that pattern was found in?

Christin</description>
		<content:encoded><![CDATA[<p>Is there a way to run egrep from the command line that will return only the matched pattern and not the entire line of text that that pattern was found in?</p>
<p>Christin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.shiffman.net/teaching/a2z/regex/#comment-118</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Wed, 01 Mar 2006 14:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/programming-from-a-to-z/regex/#comment-118</guid>
		<description>In your example, \b([0-9A-Za-z]+)\s+\1\b, you say "The third part \1 says match whatever you matched that was enclosed inside the first set of parentheses."  However, where does this description come from?  I'm just learning regex and I thought the backslash meant to treat the following character as a literal character.

Thanks!
Dale</description>
		<content:encoded><![CDATA[<p>In your example, \b([0-9A-Za-z]+)\s+\1\b, you say &#8220;The third part \1 says match whatever you matched that was enclosed inside the first set of parentheses.&#8221;  However, where does this description come from?  I&#8217;m just learning regex and I thought the backslash meant to treat the following character as a literal character.</p>
<p>Thanks!<br />
Dale</p>
]]></content:encoded>
	</item>
</channel>
</rss>
