<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
					xmlns:content="http://purl.org/rss/1.0/modules/content/"
					xmlns:wfw="http://wellformedweb.org/CommentAPI/"
					xmlns:dc="http://purl.org/dc/elements/1.1/"
				  >
<channel>
<title>NEVERFEAR (Post Comments)</title>
<link>http://neverfear.org</link>
<description><![CDATA[NEVERFEAR.org weblog feed for post comments]]></description>
<image><title>NEVERFEAR (Post Comments)</title>
<link>http://neverfear.org</link>
<url>http://neverfear.org/favicon.ico</url>
</image>
<language>en-uk</language>
<pubDate>Wed, 08 Feb 2012 12:52:00 +0000</pubDate>
<item>
<title>Comment on Regex tutorial for people who should know Regex, but do not.. Part 1</title>
<link>http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_27</link>
<pubDate>Tue, 08 Jul 2008 17:06:58 +0000</pubDate>
<description><![CDATA[<p>is there a pdf version of the first part of this article? I can only find a pdf of the second part.</p>

<p>It's a great article and is perfect for someone like me who uses regex only sporadically - handy to have as a reference.</p>

<p>Chis</p>
]]></description>
<author>shay@sanshay.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_27</guid>
</item>
<item>
<title>Comment on Regex tutorial for people who should know Regex, but do not.. Part 1</title>
<link>http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_26</link>
<pubDate>Wed, 25 Jun 2008 13:48:59 +0000</pubDate>
<description><![CDATA[<p>I think you've got some of your character classes confused.  I believe <code>\A</code> matches non-alpha characters and you state it matches alphabet characters.  Ditto for <code>\S</code>.  The capitalized versions match the opposite of the lower case, so <code>\s</code> matches white-space.</p>
]]></description>
<author>jcpeters@gmail.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_26</guid>
</item>
<item>
<title>Comment on Regex tutorial for people who should know Regex, but do not.. Part 1</title>
<link>http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_25</link>
<pubDate>Sat, 16 Feb 2008 03:57:52 +0000</pubDate>
<description><![CDATA[<p>thank you so much!</p>

<p>i look forward to part 2</p>
]]></description>
<author>peng@hellolittlefriend.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_25</guid>
</item>
<item>
<title>Comment on Regex tutorial for people who should know Regex, but do not.. Part 1</title>
<link>http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_24</link>
<pubDate>Fri, 15 Feb 2008 23:00:32 +0000</pubDate>
<description><![CDATA[<p>The hot topic of proper E-Mail validation!</p>

<p>I would like to see more about the limitations of regular expressions. Particularly when applied to computability theory. I.e. what can regular expressions mathematically do easily and where do they fall apart? What other data recognition and decision processing methodologies are there that compete with Perl style regular expressions? What methodologies improve on perl regular expressions, if any?</p>

<p>Perhaps these are questions for a later post. I'll hound you until I get some discussion about this or until I get some time to write up a discussion on the maths &amp; technical side of regular expressions myself!</p>

<p>In any case, nice primer ben. Looking forward to part 2!</p>
]]></description>
<author>doug@neverfear.org</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_24</guid>
</item>
<item>
<title>Comment on Regex tutorial for people who should know Regex, but do not.. Part 1</title>
<link>http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_23</link>
<pubDate>Fri, 15 Feb 2008 22:43:09 +0000</pubDate>
<description><![CDATA[<p>You sort-of infer that regexps are good for validating an email address, but I would caution you that this is quite a bit more complex than <code>/w+@w+.w+/</code> .</p>

<p>See Jeffrey Friedl's book for more info.</p>

<p>Just another Perl hacker,</p>

<p>&#45;&#45;k</p>
]]></description>
<author>e1-xh0j-jwxp-c93s@emailias.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_23</guid>
</item>
<item>
<title>Comment on Regex tutorial for people who should know Regex, but do not.. Part 1</title>
<link>http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_22</link>
<pubDate>Fri, 15 Feb 2008 17:57:09 +0000</pubDate>
<description><![CDATA[<p>Great introduction tutorial!!!</p>

<p>It is difficult to find any clear regex tutorials for beginners.</p>

<p>This helped me understand the concept much better.</p>
]]></description>
<author>sturoscy@gmail.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_22</guid>
</item>
<item>
<title>Comment on Regex tutorial for people who should know Regex, but do not.. Part 1</title>
<link>http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_21</link>
<pubDate>Fri, 15 Feb 2008 15:51:50 +0000</pubDate>
<description><![CDATA[<p>Thanks for writing this! It was very helpful and easy to read.</p>
]]></description>
<author>bryan@urbandude.com</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_21</guid>
</item>
<item>
<title>Comment on Regex tutorial for people who should know Regex, but do not.. Part 1</title>
<link>http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_20</link>
<pubDate>Fri, 15 Feb 2008 12:17:41 +0000</pubDate>
<description><![CDATA[<p>there is no backslash in the first example of where to use a backslash</p>
]]></description>
<author>Anonymous</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_20</guid>
</item>
<item>
<title>Comment on Regex tutorial for people who should know Regex, but do not.. Part 1</title>
<link>http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_19</link>
<pubDate>Fri, 15 Feb 2008 08:21:49 +0000</pubDate>
<description><![CDATA[<p>Excellent post. Until now, I tried decrypting reg ex with no success at all.
This post clears out the basics to understand all the reg ex used.</p>

<p>Thank you very much,
Krishna</p>
]]></description>
<author>Krishna</author>
<guid isPermaLink="true" >http://neverfear.org/blog/view/12/Regex_tutorial_for_people_who_should_know_Regex__but_do_not___Part_1/comments#comment_19</guid>
</item>
</channel>
</rss>
