<?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: Reg Ex samples</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2009/01/13/reg-ex-samples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2009/01/13/reg-ex-samples/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 01:21:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: William Hurford</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/13/reg-ex-samples/comment-page-1/#comment-626333</link>
		<dc:creator>William Hurford</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1553#comment-626333</guid>
		<description>Sitepoint book by Kevin Yank is my best reminder of the key points.
I use the online php manual for the gory details.

BUT Agent Ransack is a marvelous program that composes them for you, so I seldom refer to the others anymore.</description>
		<content:encoded><![CDATA[<p>Sitepoint book by Kevin Yank is my best reminder of the key points.<br />
I use the online php manual for the gory details.</p>
<p>BUT Agent Ransack is a marvelous program that composes them for you, so I seldom refer to the others anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Morris</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/13/reg-ex-samples/comment-page-1/#comment-617996</link>
		<dc:creator>Colin Morris</dc:creator>
		<pubDate>Wed, 14 Jan 2009 06:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1553#comment-617996</guid>
		<description>You might want to be careful with that first one, as it could match
&lt;a href=&quot;stuff&quot; rel=&quot;nofollow&quot;&gt;good&lt;/a&gt;&lt;a href=&quot;bad&quot; rel=&quot;nofollow&quot;&gt;.  Admittedly it finds you what you want, but RegExp tends to be greedy.  If you want to match both &quot; and &#039; use [&#039;&quot;] rather than just [&quot;].

Also, for just a single character in [], you can ditch the [] and go for , the [] are to group characters as options for a single character position.  At least that&#039;s the normal way, I don&#039;t know if Dreamweaver does its own hoohah.</description>
		<content:encoded><![CDATA[<p>You might want to be careful with that first one, as it could match<br />
&lt;a href=&#034;stuff&#034; rel=&#034;nofollow&#034;&gt;good&lt;/a&gt;&lt;a href=&#034;bad&#034; rel=&#034;nofollow&#034;&gt;.  Admittedly it finds you what you want, but RegExp tends to be greedy.  If you want to match both &#034; and &#039; use ['"] rather than just ["].</p>
<p>Also, for just a single character in [], you can ditch the [] and go for , the [] are to group characters as options for a single character position.  At least that&#039;s the normal way, I don&#039;t know if Dreamweaver does its own hoohah.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris g</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/13/reg-ex-samples/comment-page-1/#comment-617964</link>
		<dc:creator>chris g</dc:creator>
		<pubDate>Tue, 13 Jan 2009 23:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1553#comment-617964</guid>
		<description>This helps me a lot to get reg ex&#039;s right. http://sebastianzartner.de/firefoxExtensions/RExT/</description>
		<content:encoded><![CDATA[<p>This helps me a lot to get reg ex&#039;s right. <a href="http://sebastianzartner.de/firefoxExtensions/RExT/" rel="nofollow">http://sebastianzartner.de/firefoxExtensions/RExT/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

