<?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: Getting Started with PHP Regular Expressions</title>
	<atom:link href="http://www.noupe.com/php/php-regular-expressions.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.noupe.com/php/php-regular-expressions.html</link>
	<description>The Curious Side of Smashing Magazine</description>
	<lastBuildDate>Sun, 12 Feb 2012 05:22:32 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: meeni</title>
		<link>http://www.noupe.com/php/php-regular-expressions.html/comment-page-1#comment-1702331</link>
		<dc:creator>meeni</dc:creator>
		<pubDate>Tue, 07 Feb 2012 10:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.noupe.com/?p=21096#comment-1702331</guid>
		<description>great article..thanks for the help..</description>
		<content:encoded><![CDATA[<p>great article..thanks for the help..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valmir</title>
		<link>http://www.noupe.com/php/php-regular-expressions.html/comment-page-1#comment-842991</link>
		<dc:creator>Valmir</dc:creator>
		<pubDate>Sat, 11 Jun 2011 20:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.noupe.com/?p=21096#comment-842991</guid>
		<description>I need help on this --&gt;   ^N[[:alpha:]]*{-8}[0-9] what is the rezult?</description>
		<content:encoded><![CDATA[<p>I need help on this &#8211;&gt;   ^N[[:alpha:]]*{-8}[0-9] what is the rezult?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeraj</title>
		<link>http://www.noupe.com/php/php-regular-expressions.html/comment-page-1#comment-791596</link>
		<dc:creator>Neeraj</dc:creator>
		<pubDate>Tue, 24 May 2011 08:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.noupe.com/?p=21096#comment-791596</guid>
		<description>Hey Lemon, I think the following may work for you

&lt;?php
$pattern 	= 	&#039;/C.*T/&#039;;
$string		=	&quot;A cat tear a coat&quot;;

if (preg_match($pattern, $string)) {
    echo &quot;Valid String&quot;;
}else{
	echo &quot;Invalid String&quot;;
}
?&gt;</description>
		<content:encoded><![CDATA[<p>Hey Lemon, I think the following may work for you</p>
<p>&lt;?php<br />
$pattern 	= 	&#039;/C.*T/&#039;;<br />
$string		=	&quot;A cat tear a coat&quot;;</p>
<p>if (preg_match($pattern, $string)) {<br />
    echo &quot;Valid String&#8221;;<br />
}else{<br />
	echo &#8220;Invalid String&#8221;;<br />
}<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lemon</title>
		<link>http://www.noupe.com/php/php-regular-expressions.html/comment-page-1#comment-765112</link>
		<dc:creator>Lemon</dc:creator>
		<pubDate>Sat, 14 May 2011 03:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.noupe.com/?p=21096#comment-765112</guid>
		<description>I want to make a program which will read a big string and search all the words that started with &quot;C&quot; and Ending with &quot;T&quot; by PHP. 

Please Guide me , how to?</description>
		<content:encoded><![CDATA[<p>I want to make a program which will read a big string and search all the words that started with &#8220;C&#8221; and Ending with &#8220;T&#8221; by PHP. </p>
<p>Please Guide me , how to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jatin</title>
		<link>http://www.noupe.com/php/php-regular-expressions.html/comment-page-1#comment-724559</link>
		<dc:creator>Jatin</dc:creator>
		<pubDate>Sat, 30 Apr 2011 06:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.noupe.com/?p=21096#comment-724559</guid>
		<description>I was thinking of learning regular expression, thanks for showing up the article at a perfect time.</description>
		<content:encoded><![CDATA[<p>I was thinking of learning regular expression, thanks for showing up the article at a perfect time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Widmann</title>
		<link>http://www.noupe.com/php/php-regular-expressions.html/comment-page-1#comment-707737</link>
		<dc:creator>Brett Widmann</dc:creator>
		<pubDate>Sun, 24 Apr 2011 13:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.noupe.com/?p=21096#comment-707737</guid>
		<description>This was a really helpful guide.  I will be showing this article to some other beginners to give them a basis behind PHP.</description>
		<content:encoded><![CDATA[<p>This was a really helpful guide.  I will be showing this article to some other beginners to give them a basis behind PHP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

