<?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: Tips for learning regular expressions</title>
	<atom:link href="http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 22:42:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephan Wehner</title>
		<link>http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/comment-page-1/#comment-122285</link>
		<dc:creator>Stephan Wehner</dc:creator>
		<pubDate>Thu, 15 Dec 2011 16:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/#comment-122285</guid>
		<description>This looks like a simple start list, but still pretty long.

 * What does /test/ match
 * What does /Test/ match
 * What does /Test/i match
 * What does /test / match
 * What does /test./ match
 * What does /test \d/ match
 * What does /test [a-z]/ match
 * What does /a*/ match
 * What does /test a*/ match
 * What does /test \w/ match

First to learn would be, what does &quot;match&quot; mean.

Stephan</description>
		<content:encoded><![CDATA[<p>This looks like a simple start list, but still pretty long.</p>
<p> * What does /test/ match<br />
 * What does /Test/ match<br />
 * What does /Test/i match<br />
 * What does /test / match<br />
 * What does /test./ match<br />
 * What does /test \d/ match<br />
 * What does /test [a-z]/ match<br />
 * What does /a*/ match<br />
 * What does /test a*/ match<br />
 * What does /test \w/ match</p>
<p>First to learn would be, what does &#8220;match&#8221; mean.</p>
<p>Stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn one sed command &#8212; The Endeavour</title>
		<link>http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/comment-page-1/#comment-101153</link>
		<dc:creator>Learn one sed command &#8212; The Endeavour</dc:creator>
		<pubDate>Wed, 31 Aug 2011 03:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/#comment-101153</guid>
		<description>[...] old regular expressions Tips for learning regular expressions A little awk    ? [...]</description>
		<content:encoded><![CDATA[<p>[...] old regular expressions Tips for learning regular expressions A little awk    ? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NoviceNotes™</title>
		<link>http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/comment-page-1/#comment-88786</link>
		<dc:creator>NoviceNotes™</dc:creator>
		<pubDate>Mon, 20 Jun 2011 16:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/#comment-88786</guid>
		<description>Hello, Mister Cook! 

Many thank-you&#039;s for your continuing effort in &quot;regextip&quot;, here, in medical research, and elsewhere. I appreciate your apparent integrity.
I suspect, as one who teaches, it is your wont when presented with student questions over rudiments, as an elementary inquiry in regular expressions, you might reply-- instead, with another question-- a technique in educational practice which I tend to employ. As well, I might prefer a teacher should present the study in that very manner, topic depending. Having only followed for a few weeks, I have experienced some benefit from your mnemonics for regular expressions. As student, I present the following query on topic of your recent tips in &quot;lookarounds&quot;, where you stated [I paraphrase], &lt;em&gt;“syntax for the ‘lookbehind’ is not unlike that of the ‘lookahead’: replace the ‘equal-sign’ of the ‘lookahead’ with a ‘greater-than’ symbol...”&lt;/em&gt;. Employing your mnemonic against an expression I&#039;d engineered to find only /some/ semi-colons of so-called compressed-text, for the purpose of de-minifying a minified (aka. compressed) javascript.js file, I realized my syntax was incorrect, even though my text-processor did not indicate any error. (The expression, at time of this commentary, remains published, and requires my editing. I want to come up w/ the appropriate expression, however, before editing so I might offer a more illustrative text.)
I realize my texts are lengthy. I apologize for that! 

Best wishes! 
-js / Author, NoviceNotes.Net</description>
		<content:encoded><![CDATA[<p>Hello, Mister Cook! </p>
<p>Many thank-you&#8217;s for your continuing effort in &#8220;regextip&#8221;, here, in medical research, and elsewhere. I appreciate your apparent integrity.<br />
I suspect, as one who teaches, it is your wont when presented with student questions over rudiments, as an elementary inquiry in regular expressions, you might reply&#8211; instead, with another question&#8211; a technique in educational practice which I tend to employ. As well, I might prefer a teacher should present the study in that very manner, topic depending. Having only followed for a few weeks, I have experienced some benefit from your mnemonics for regular expressions. As student, I present the following query on topic of your recent tips in &#8220;lookarounds&#8221;, where you stated [I paraphrase], <em>“syntax for the ‘lookbehind’ is not unlike that of the ‘lookahead’: replace the ‘equal-sign’ of the ‘lookahead’ with a ‘greater-than’ symbol&#8230;”</em>. Employing your mnemonic against an expression I&#8217;d engineered to find only /some/ semi-colons of so-called compressed-text, for the purpose of de-minifying a minified (aka. compressed) javascript.js file, I realized my syntax was incorrect, even though my text-processor did not indicate any error. (The expression, at time of this commentary, remains published, and requires my editing. I want to come up w/ the appropriate expression, however, before editing so I might offer a more illustrative text.)<br />
I realize my texts are lengthy. I apologize for that! </p>
<p>Best wishes!<br />
-js / Author, NoviceNotes.Net</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/comment-page-1/#comment-49378</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 22 Oct 2010 16:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/#comment-49378</guid>
		<description>I had a copy of Mastering Regular Expressions with me one time when someone said &quot;There&#039;s a whole book on regular expressions?! It&#039;s just wildcards.&quot; Regular expressions aren&#039;t the highest achievement of computer science, but they&#039;re not trivial either.</description>
		<content:encoded><![CDATA[<p>I had a copy of Mastering Regular Expressions with me one time when someone said &#8220;There&#8217;s a whole book on regular expressions?! It&#8217;s just wildcards.&#8221; Regular expressions aren&#8217;t the highest achievement of computer science, but they&#8217;re not trivial either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/comment-page-1/#comment-49371</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 22 Oct 2010 15:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/#comment-49371</guid>
		<description>I remember reading Mastering Regular Expressions in undergrad and this may sound cliché, but it did change my perspective on computer programming and my approach to problem solving. I loved the chapters on NFA and DFA engines and eventually went on to craft my own regular expression engine in C.</description>
		<content:encoded><![CDATA[<p>I remember reading Mastering Regular Expressions in undergrad and this may sound cliché, but it did change my perspective on computer programming and my approach to problem solving. I loved the chapters on NFA and DFA engines and eventually went on to craft my own regular expression engine in C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Good old regular expressions &#8212; The Endeavour</title>
		<link>http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/comment-page-1/#comment-49084</link>
		<dc:creator>Good old regular expressions &#8212; The Endeavour</dc:creator>
		<pubDate>Wed, 20 Oct 2010 12:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/#comment-49084</guid>
		<description>[...] Tips for learning regular expressions @RegexTip: One regular expression tip per day    ? X [...]</description>
		<content:encoded><![CDATA[<p>[...] Tips for learning regular expressions @RegexTip: One regular expression tip per day    ? X [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Dunn</title>
		<link>http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/comment-page-1/#comment-37281</link>
		<dc:creator>Nick Dunn</dc:creator>
		<pubDate>Wed, 28 Apr 2010 15:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/#comment-37281</guid>
		<description>Great post.  I especially like point #3; it&#039;s an apt metaphor.</description>
		<content:encoded><![CDATA[<p>Great post.  I especially like point #3; it&#8217;s an apt metaphor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Singer</title>
		<link>http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/comment-page-1/#comment-4</link>
		<dc:creator>Larry Singer</dc:creator>
		<pubDate>Fri, 18 Jan 2008 14:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/01/14/tips-for-learning-regular-expressions/#comment-4</guid>
		<description>Hi John:

Nice blog.  I need to get out my text books for some of the entries.</description>
		<content:encoded><![CDATA[<p>Hi John:</p>
<p>Nice blog.  I need to get out my text books for some of the entries.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

