<?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 for GA Bonus 1: {Braces}</title>
	<atom:link href="http://www.lunametrics.com/blog/2007/06/25/regular-expressions-for-ga-bonus-1-braces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lunametrics.com/blog/2007/06/25/regular-expressions-for-ga-bonus-1-braces/</link>
	<description>LunaMetric's blog on conversion rate and web analytics</description>
	<pubDate>Tue, 07 Oct 2008 14:26:37 +0000</pubDate>
	<generator>http://wordpress.org/</generator>
		<item>
		<title>By: Robbin</title>
		<link>http://www.lunametrics.com/blog/2007/06/25/regular-expressions-for-ga-bonus-1-braces/#comment-1892</link>
		<dc:creator>Robbin</dc:creator>
		<pubDate>Tue, 29 Jul 2008 02:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/06/25/regular-expressions-for-ga-bonus-1-braces/#comment-1892</guid>
		<description>Hi Chewy.
Try this post:
http://www.lunametrics.com/blog/2007/08/08/regular-expressions-for-ga-bonus-iii-lookahead/

.... and then tell me what you think. Look especially at the negative lookahead that Alan wrote about in the comments to that post. 

Robbin</description>
		<content:encoded><![CDATA[<p>Hi Chewy.<br />
Try this post:<br />
<a href="http://www.lunametrics.com/blog/2007/08/08/regular-expressions-for-ga-bonus-iii-lookahead/" rel="nofollow">http://www.lunametrics.com/blog/2007/08/08/regular-expressions-for-ga-bonus-iii-lookahead/</a></p>
<p>&#8230;. and then tell me what you think. Look especially at the negative lookahead that Alan wrote about in the comments to that post. </p>
<p>Robbin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chewy</title>
		<link>http://www.lunametrics.com/blog/2007/06/25/regular-expressions-for-ga-bonus-1-braces/#comment-1891</link>
		<dc:creator>Chewy</dc:creator>
		<pubDate>Tue, 29 Jul 2008 00:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/06/25/regular-expressions-for-ga-bonus-1-braces/#comment-1891</guid>
		<description>so so this green newbie wants to know how would I match "fish" but not "fishing" or "box" but not "boxes"?</description>
		<content:encoded><![CDATA[<p>so so this green newbie wants to know how would I match &#8220;fish&#8221; but not &#8220;fishing&#8221; or &#8220;box&#8221; but not &#8220;boxes&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinny</title>
		<link>http://www.lunametrics.com/blog/2007/06/25/regular-expressions-for-ga-bonus-1-braces/#comment-702</link>
		<dc:creator>Vinny</dc:creator>
		<pubDate>Sun, 29 Jul 2007 21:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunametrics.com/blog/2007/06/25/regular-expressions-for-ga-bonus-1-braces/#comment-702</guid>
		<description>Wow, as someone new to GA, your articles on custom filters have been a real eye-opener for me.

You are probably aware of this, but I thought I would point you out to a great regular expression tool that I use in all my development efforts (I am a web application developer by trade).  It's called "The Regex Coach" and can be downloaded at http://weitz.de/regex-coach/

It allows you to enter your regular expression in the "Regular expression" pane, and then test it across different strings that you enter into the "Target string" pane.  

(note: Javascript regular expressions don't play nice with usual regexp conventions.  So if you have a bit of regexp operating great in The Regex Coach it will 99% likely work in your PHP/Perl/C++/etc code, but test thoroughly within your Javascript code).</description>
		<content:encoded><![CDATA[<p>Wow, as someone new to GA, your articles on custom filters have been a real eye-opener for me.</p>
<p>You are probably aware of this, but I thought I would point you out to a great regular expression tool that I use in all my development efforts (I am a web application developer by trade).  It&#8217;s called &#8220;The Regex Coach&#8221; and can be downloaded at <a href="http://weitz.de/regex-coach/" rel="nofollow">http://weitz.de/regex-coach/</a></p>
<p>It allows you to enter your regular expression in the &#8220;Regular expression&#8221; pane, and then test it across different strings that you enter into the &#8220;Target string&#8221; pane.  </p>
<p>(note: Javascript regular expressions don&#8217;t play nice with usual regexp conventions.  So if you have a bit of regexp operating great in The Regex Coach it will 99% likely work in your PHP/Perl/C++/etc code, but test thoroughly within your Javascript code).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
