<?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 Expression Coach</title> <atom:link href="http://www.ghacks.net/2009/04/14/regular-expression-coach/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/04/14/regular-expression-coach/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 22:34:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Kane</title><link>http://www.ghacks.net/2009/04/14/regular-expression-coach/comment-page-1/#comment-726467</link> <dc:creator>Kane</dc:creator> <pubDate>Wed, 15 Apr 2009 13:57:44 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11991#comment-726467</guid> <description>Mohamed Shafi: Thanks.  This one works a little better for someone with very little regex experience.</description> <content:encoded><![CDATA[<p>Mohamed Shafi: Thanks.  This one works a little better for someone with very little regex experience.</p> ]]></content:encoded> </item> <item><title>By: Mohamed Shafi</title><link>http://www.ghacks.net/2009/04/14/regular-expression-coach/comment-page-1/#comment-725724</link> <dc:creator>Mohamed Shafi</dc:creator> <pubDate>Wed, 15 Apr 2009 04:28:31 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11991#comment-725724</guid> <description>There is another similar one . You can find it here
http://gskinner.com/RegExr/
This has both an online and desktop version. I use this.</description> <content:encoded><![CDATA[<p>There is another similar one . You can find it here</p><p>http://gskinner.com/RegExr/</p><p>This has both an online and desktop version. I use this.</p> ]]></content:encoded> </item> <item><title>By: Mark Sanborn</title><link>http://www.ghacks.net/2009/04/14/regular-expression-coach/comment-page-1/#comment-724934</link> <dc:creator>Mark Sanborn</dc:creator> <pubDate>Tue, 14 Apr 2009 17:51:55 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=11991#comment-724934</guid> <description>Speaking of Perl saving the day, you can create a regular expression with 9 lines of Perl code.
#!/usr/bin/perl
while () {
chomp;
if (/YOUR_REGULAR_EXPRESSION_GOES_HERE/) {
print &quot;Matched: &#124;$`$&#039;&#124;\n&quot;;
} else {
print &quot;No match: &#124;$_&#124;\n&quot;;
}
}</description> <content:encoded><![CDATA[<p>Speaking of Perl saving the day, you can create a regular expression with 9 lines of Perl code.</p><p>#!/usr/bin/perl<br
/> while () {<br
/> chomp;<br
/> if (/YOUR_REGULAR_EXPRESSION_GOES_HERE/) {<br
/> print &#8220;Matched: |$`$&#8217;|\n&#8221;;<br
/> } else {<br
/> print &#8220;No match: |$_|\n&#8221;;<br
/> }<br
/> }</p> ]]></content:encoded> </item> </channel> </rss>
