<?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 Expressions for Dummies: Screencast Series</title>
	<atom:link href="http://net.tutsplus.com/videos/screencasts/regular-expressions-for-dummies-screencast-series/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sun, 21 Mar 2010 12:26:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Radoslav</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-155640</link>
		<dc:creator>Radoslav</dc:creator>
		<pubDate>Wed, 30 Dec 2009 23:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-155640</guid>
		<description>David, you search for matches[1], but no &quot;()&quot; was defined in pattern :) close the sting in () what you want...</description>
		<content:encoded><![CDATA[<p>David, you search for matches[1], but no &#8220;()&#8221; was defined in pattern <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  close the sting in () what you want&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-145597</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 13 Dec 2009 11:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-145597</guid>
		<description>How come I get an error.

undifined variable? I think I am ready to retire. I&#039;ll go and bother my wife for few hours. Maybe, That makes me happy for a while. Stress!!

$test = &#039;model1=David1&amp;listed1=555.00&amp;net1=555.00&amp;model2=David1&amp;listed2=555.00&amp;net2=555.00&#039;;

preg_match_all(&#039;/-\d+\=/i&#039;, $test, $sorted_new);

foreach($sorted_new[1] as $str) {
 echo $str.&quot;&quot;;
}</description>
		<content:encoded><![CDATA[<p>How come I get an error.</p>
<p>undifined variable? I think I am ready to retire. I&#8217;ll go and bother my wife for few hours. Maybe, That makes me happy for a while. Stress!!</p>
<p>$test = &#8216;model1=David1&amp;listed1=555.00&amp;net1=555.00&amp;model2=David1&amp;listed2=555.00&amp;net2=555.00&#8242;;</p>
<p>preg_match_all(&#8216;/-\d+\=/i&#8217;, $test, $sorted_new);</p>
<p>foreach($sorted_new[1] as $str) {<br />
 echo $str.&#8221;";<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-142516</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 06 Dec 2009 06:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-142516</guid>
		<description>As you have told in the beginning, 
&quot;this series has been transferred to Nettuts+ from our sister site, ThemeForest.&quot;

I would like the actual ThemeForest links for all 5 video, so i can go there and see the actual comments that users had made.

I hope it can help us.</description>
		<content:encoded><![CDATA[<p>As you have told in the beginning,<br />
&#8220;this series has been transferred to Nettuts+ from our sister site, ThemeForest.&#8221;</p>
<p>I would like the actual ThemeForest links for all 5 video, so i can go there and see the actual comments that users had made.</p>
<p>I hope it can help us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajid Ali</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-142178</link>
		<dc:creator>Sajid Ali</dc:creator>
		<pubDate>Sat, 05 Dec 2009 16:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-142178</guid>
		<description>Thank you very much, i was hoping for such a great tutorial.

Really helpful.</description>
		<content:encoded><![CDATA[<p>Thank you very much, i was hoping for such a great tutorial.</p>
<p>Really helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hussein Duvigneau</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-141516</link>
		<dc:creator>Hussein Duvigneau</dc:creator>
		<pubDate>Fri, 04 Dec 2009 01:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-141516</guid>
		<description>Agreed, vote++ for tutorial on regex + redirect!</description>
		<content:encoded><![CDATA[<p>Agreed, vote++ for tutorial on regex + redirect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parvez</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-137651</link>
		<dc:creator>parvez</dc:creator>
		<pubDate>Fri, 27 Nov 2009 17:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-137651</guid>
		<description>oh really love it :0  thanks man u great :D</description>
		<content:encoded><![CDATA[<p>oh really love it :0  thanks man u great <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahim</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-136725</link>
		<dc:creator>Fahim</dc:creator>
		<pubDate>Wed, 25 Nov 2009 23:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-136725</guid>
		<description>Hey Jeffrey, loving the videos especially about this topic. It can be so powerful once you grasp the findementals.

If you can, it would be nice if you could do a short video tutorial on how to apply this on .htaccess files for redirecting, clean urls etc.

Keep up the good work.

Fahim (http://fswebsolutions.com)</description>
		<content:encoded><![CDATA[<p>Hey Jeffrey, loving the videos especially about this topic. It can be so powerful once you grasp the findementals.</p>
<p>If you can, it would be nice if you could do a short video tutorial on how to apply this on .htaccess files for redirecting, clean urls etc.</p>
<p>Keep up the good work.</p>
<p>Fahim (<a href="http://fswebsolutions.com" rel="nofollow">http://fswebsolutions.com</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joao Aliano</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-135834</link>
		<dc:creator>Joao Aliano</dc:creator>
		<pubDate>Tue, 24 Nov 2009 11:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-135834</guid>
		<description>love them meat &#039;n potatoz
reg ex with lotsa gravyie, plz</description>
		<content:encoded><![CDATA[<p>love them meat &#8216;n potatoz<br />
reg ex with lotsa gravyie, plz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Way</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-135453</link>
		<dc:creator>Jeffrey Way</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-135453</guid>
		<description>Hey David - it&#039;s not as hard as it looks. :) I promise. I have a more extensive article coming out later this week (Thursday) which should help as well.</description>
		<content:encoded><![CDATA[<p>Hey David &#8211; it&#8217;s not as hard as it looks. <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I promise. I have a more extensive article coming out later this week (Thursday) which should help as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Moreen</title>
		<link>http://net.tutsplus.com/tutorials/php/regular-expressions-for-dummies-screencast-series/comment-page-1/#comment-135445</link>
		<dc:creator>David Moreen</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=7887#comment-135445</guid>
		<description>Oh man Jeffrey, I needed this really bad. One thing that I still have yet to master/learn and don&#039;t look forward to is regular expressions. I suppose now is a better time then ever...</description>
		<content:encoded><![CDATA[<p>Oh man Jeffrey, I needed this really bad. One thing that I still have yet to master/learn and don&#8217;t look forward to is regular expressions. I suppose now is a better time then ever&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.080 seconds -->
